Html Css Color HEX #F03970 Cerise

📋 copy color: '#F03970'

red 240 ◦ green 57 ◦ blue 112

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

Shades of Cerise #F03970

Tints of Cerise #F03970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.94%

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

R = 58.68%
G = 13.94%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F03970 (or 0xF03970) is known color: Cerise. HEX triplet: F0, 39 and 70. RGB value is (240,57,112). Sum of RGB (Red+Green+Blue) = 240+57+112=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F03970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03970 is #0FC68F. Grayscale: #757575. Windows color (decimal): -1033872 or 7354864. OLE color: 7354864.

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

Color convert

RGB 240 57 112 -
CMYK 0 0.76 0.53 0.06
HSL 341.97º 0.86% 0.58% -
HSV(B) 341.97º 0.76% 0.94% -
XYZ 40.32 22.62 17.57 -
YUV 117.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 240 57 112 0 0.76 0.53 0.06 341.97 0.86 0.58
Hex F0 39 70 0 4C 35 6 156 56 3A
Octal 360 71 160 0 114 65 6 526 126 72
Binary 11110000 111001 1110000 0 1001100 110101 110 101010110 1010110 111010

Color Harmonies of #F03970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03970

Black with #F03970

Text Example


Text Example

White with #F03970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03970; }

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

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

background-color css

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

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

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

border-color css

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

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

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