Html Css Color HEX #F03575 Cerise

📋 copy color: '#F03575'

red 240 ◦ green 53 ◦ blue 117

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

Shades of Cerise #F03575

Tints of Cerise #F03575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.93%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 58.54%
G = 12.93%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F03575 (or 0xF03575) is known color: Cerise. HEX triplet: F0, 35 and 75. RGB value is (240,53,117). Sum of RGB (Red+Green+Blue) = 240+53+117=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F03575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03575 is #0FCA8A. Grayscale: #747474. Windows color (decimal): -1034891 or 7681520. OLE color: 7681520.

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

Color convert

RGB 240 53 117 -
CMYK 0 0.78 0.51 0.06
HSL 339.47º 0.86% 0.57% -
HSV(B) 339.47º 0.78% 0.94% -
XYZ 40.42 22.36 19.01 -
YUV 116.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 240 53 117 0 0.78 0.51 0.06 339.47 0.86 0.57
Hex F0 35 75 0 4E 33 6 153 56 39
Octal 360 65 165 0 116 63 6 523 126 71
Binary 11110000 110101 1110101 0 1001110 110011 110 101010011 1010110 111001

Color Harmonies of #F03575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03575

Black with #F03575

Text Example


Text Example

White with #F03575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03575; }

 p { color: rgb(240,53,117); }

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

background-color css

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

 a { background-color: rgb(240,53,117); }

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

border-color css

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

 span { border-color: rgb(240,53,117); }

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