Html Css Color HEX #F2309C Wild Strawberry

📋 copy color: '#F2309C'

red 242 ◦ green 48 ◦ blue 156

#F2309C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #F2309C

Tints of Wild Strawberry #F2309C

RGB

 RED value IS 242 (94.92% from 255) = 54.26%

 GREEN value IS 48 (19.14% from 255) = 10.76%

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 54.26%
G = 10.76%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2309C (or 0xF2309C) is known color: Wild Strawberry. HEX triplet: F2, 30 and 9C. RGB value is (242,48,156). Sum of RGB (Red+Green+Blue) = 242+48+156=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2309C is #0DCF63. Grayscale: #767676. Windows color (decimal): -905060 or 10236146. OLE color: 10236146.

HSL color Cylindrical-coordinate representation of color #F2309C: hue angle of 326.6º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2309C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 156 -
CMYK 0 0.80 0.36 0.05
HSL 326.6º 0.88% 0.57% -
HSV(B) 326.6º 0.8% 0.95% -
XYZ 43.68 23.39 33.67 -
YUV 118.32 149.27 216.22 -
System Red Green Blue C M Y K H S L
Decimal 242 48 156 0 0.80 0.36 0.05 326.6 0.88 0.57
Hex F2 30 9C 0 50 24 5 147 58 39
Octal 362 60 234 0 120 44 5 507 130 71
Binary 11110010 110000 10011100 0 1010000 100100 101 101000111 1011000 111001

Color Harmonies of #F2309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2309C

Black with #F2309C

Text Example


Text Example

White with #F2309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2309C; }

 p { color: rgb(242,48,156); }

 H1.HeaderClassName
 {
   color: #F2309C;
 }
 .AnyTagClassName
 {
   color: #F2309C;
 }
</style>

background-color css

<style>
 a { background-color: #F2309C; }

 a { background-color: rgb(242,48,156); }

 div.DivClassName
 {
   background-color: #F2309C;
 }
 .BgClassName
 {
   background-color: #F2309C;
 }
</style>

border-color css

<style>
 span { border-color: #F2309C; }

 span { border-color: rgb(242,48,156); }

 td.TdClassName
 {
   border-color: #F2309C;
 }
 .TagClassName
 {
   border-color: #F2309C;
 }
</style>