Html Css Color HEX #F03C99 Wild Strawberry

📋 copy color: '#F03C99'

red 240 ◦ green 60 ◦ blue 153

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

Shades of Wild Strawberry #F03C99

Tints of Wild Strawberry #F03C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 52.98%
G = 13.25%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F03C99 (or 0xF03C99) is known color: Wild Strawberry. HEX triplet: F0, 3C and 99. RGB value is (240,60,153). Sum of RGB (Red+Green+Blue) = 240+60+153=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C99 is #0FC366. Grayscale: #7C7C7C. Windows color (decimal): -1033063 or 10042608. OLE color: 10042608.

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

Color convert

RGB 240 60 153 -
CMYK 0 0.75 0.36 0.06
HSL 329º 0.86% 0.59% -
HSV(B) 329º 0.75% 0.94% -
XYZ 43.3 24.06 32.5 -
YUV 124.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 240 60 153 0 0.75 0.36 0.06 329 0.86 0.59
Hex F0 3C 99 0 4B 24 6 149 56 3B
Octal 360 74 231 0 113 44 6 511 126 73
Binary 11110000 111100 10011001 0 1001011 100100 110 101001001 1010110 111011

Color Harmonies of #F03C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C99

Black with #F03C99

Text Example


Text Example

White with #F03C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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