Html Css Color HEX #F03C9E Wild Strawberry

📋 copy color: '#F03C9E'

red 240 ◦ green 60 ◦ blue 158

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

Shades of Wild Strawberry #F03C9E

Tints of Wild Strawberry #F03C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 52.4%
G = 13.1%
B = 34.5%

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

#F03C9E (or 0xF03C9E) is known color: Wild Strawberry. HEX triplet: F0, 3C and 9E. RGB value is (240,60,158). Sum of RGB (Red+Green+Blue) = 240+60+158=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C9E is #0FC361. Grayscale: #7C7C7C. Windows color (decimal): -1033058 or 10370288. OLE color: 10370288.

HSL color Cylindrical-coordinate representation of color #F03C9E: hue angle of 327.33º 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 #F03C9E is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 158 -
CMYK 0 0.75 0.34 0.06
HSL 327.33º 0.86% 0.59% -
HSV(B) 327.33º 0.75% 0.94% -
XYZ 43.72 24.23 34.72 -
YUV 124.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 240 60 158 0 0.75 0.34 0.06 327.33 0.86 0.59
Hex F0 3C 9E 0 4B 22 6 147 56 3B
Octal 360 74 236 0 113 42 6 507 126 73
Binary 11110000 111100 10011110 0 1001011 100010 110 101000111 1010110 111011

Color Harmonies of #F03C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C9E

Black with #F03C9E

Text Example


Text Example

White with #F03C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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