Html Css Color HEX #F03475 Cerise

📋 copy color: '#F03475'

red 240 ◦ green 52 ◦ blue 117

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

Shades of Cerise #F03475

Tints of Cerise #F03475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.71%

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

R = 58.68%
G = 12.71%
B = 28.61%

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

#F03475 (or 0xF03475) is known color: Cerise. HEX triplet: F0, 34 and 75. RGB value is (240,52,117). Sum of RGB (Red+Green+Blue) = 240+52+117=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F03475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03475 is #0FCB8A. Grayscale: #737373. Windows color (decimal): -1035147 or 7681264. OLE color: 7681264.

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

Color convert

RGB 240 52 117 -
CMYK 0 0.78 0.51 0.06
HSL 339.26º 0.86% 0.57% -
HSV(B) 339.26º 0.78% 0.94% -
XYZ 40.37 22.27 19 -
YUV 115.62 128.78 216.71 -
System Red Green Blue C M Y K H S L
Decimal 240 52 117 0 0.78 0.51 0.06 339.26 0.86 0.57
Hex F0 34 75 0 4E 33 6 153 56 39
Octal 360 64 165 0 116 63 6 523 126 71
Binary 11110000 110100 1110101 0 1001110 110011 110 101010011 1010110 111001

Color Harmonies of #F03475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03475

Black with #F03475

Text Example


Text Example

White with #F03475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03475; }

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

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

background-color css

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

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

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

border-color css

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

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

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