Html Css Color HEX #F03C98 Wild Strawberry

📋 copy color: '#F03C98'

red 240 ◦ green 60 ◦ blue 152

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

Shades of Wild Strawberry #F03C98

Tints of Wild Strawberry #F03C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 53.1%
G = 13.27%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03C98 (or 0xF03C98) is known color: Wild Strawberry. HEX triplet: F0, 3C and 98. RGB value is (240,60,152). Sum of RGB (Red+Green+Blue) = 240+60+152=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C98 is #0FC367. Grayscale: #7C7C7C. Windows color (decimal): -1033064 or 9977072. OLE color: 9977072.

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

Color convert

RGB 240 60 152 -
CMYK 0 0.75 0.37 0.06
HSL 329.33º 0.86% 0.59% -
HSV(B) 329.33º 0.75% 0.94% -
XYZ 43.22 24.02 32.06 -
YUV 124.31 143.63 210.52 -
System Red Green Blue C M Y K H S L
Decimal 240 60 152 0 0.75 0.37 0.06 329.33 0.86 0.59
Hex F0 3C 98 0 4B 25 6 149 56 3B
Octal 360 74 230 0 113 45 6 511 126 73
Binary 11110000 111100 10011000 0 1001011 100101 110 101001001 1010110 111011

Color Harmonies of #F03C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C98

Black with #F03C98

Text Example


Text Example

White with #F03C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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