Html Css Color HEX #F03C9F Wild Strawberry

📋 copy color: '#F03C9F'

red 240 ◦ green 60 ◦ blue 159

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

Shades of Wild Strawberry #F03C9F

Tints of Wild Strawberry #F03C9F

RGB

 RED value IS 240 (94.14% from 255) = 52.29%

 GREEN value IS 60 (23.83% from 255) = 13.07%

 BLUE value IS 159 (62.5% from 255) = 34.64%

R = 52.29%
G = 13.07%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F03C9F (or 0xF03C9F) is known color: Wild Strawberry. HEX triplet: F0, 3C and 9F. RGB value is (240,60,159). Sum of RGB (Red+Green+Blue) = 240+60+159=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C9F is #0FC360. Grayscale: #7C7C7C. Windows color (decimal): -1033057 or 10435824. OLE color: 10435824.

HSL color Cylindrical-coordinate representation of color #F03C9F: hue angle of 327º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C9F is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 159 -
CMYK 0 0.75 0.34 0.06
HSL 327º 0.86% 0.59% -
HSV(B) 327º 0.75% 0.94% -
XYZ 43.81 24.26 35.17 -
YUV 125.11 147.13 209.95 -
System Red Green Blue C M Y K H S L
Decimal 240 60 159 0 0.75 0.34 0.06 327 0.86 0.59
Hex F0 3C 9F 0 4B 22 6 147 56 3B
Octal 360 74 237 0 113 42 6 507 126 73
Binary 11110000 111100 10011111 0 1001011 100010 110 101000111 1010110 111011

Color Harmonies of #F03C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C9F

Black with #F03C9F

Text Example


Text Example

White with #F03C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C9F; }

 p { color: rgb(240,60,159); }

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

background-color css

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

 a { background-color: rgb(240,60,159); }

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

border-color css

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

 span { border-color: rgb(240,60,159); }

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