Html Css Color HEX #F03470 Cerise

📋 copy color: '#F03470'

red 240 ◦ green 52 ◦ blue 112

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

Shades of Cerise #F03470

Tints of Cerise #F03470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 59.41%
G = 12.87%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F03470 (or 0xF03470) is known color: Cerise. HEX triplet: F0, 34 and 70. RGB value is (240,52,112). Sum of RGB (Red+Green+Blue) = 240+52+112=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F03470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03470 is #0FCB8F. Grayscale: #737373. Windows color (decimal): -1035152 or 7353584. OLE color: 7353584.

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

Color convert

RGB 240 52 112 -
CMYK 0 0.78 0.53 0.06
HSL 340.85º 0.86% 0.57% -
HSV(B) 340.85º 0.78% 0.94% -
XYZ 40.09 22.15 17.49 -
YUV 115.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 240 52 112 0 0.78 0.53 0.06 340.85 0.86 0.57
Hex F0 34 70 0 4E 35 6 155 56 39
Octal 360 64 160 0 116 65 6 525 126 71
Binary 11110000 110100 1110000 0 1001110 110101 110 101010101 1010110 111001

Color Harmonies of #F03470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03470

Black with #F03470

Text Example


Text Example

White with #F03470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03470; }

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

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

background-color css

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

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

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

border-color css

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

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

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