Html Css Color HEX #F42570 Cerise

📋 copy color: '#F42570'

red 244 ◦ green 37 ◦ blue 112

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

Shades of Cerise #F42570

Tints of Cerise #F42570

RGB

 RED value IS 244 (95.7% from 255) = 62.09%

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 62.09%
G = 9.41%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F42570 (or 0xF42570) is known color: Cerise. HEX triplet: F4, 25 and 70. RGB value is (244,37,112). Sum of RGB (Red+Green+Blue) = 244+37+112=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F42570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42570 is #0BDA8F. Grayscale: #6B6B6B. Windows color (decimal): -776848 or 7349748. OLE color: 7349748.

HSL color Cylindrical-coordinate representation of color #F42570: hue angle of 338.26º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42570 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 112 -
CMYK 0 0.85 0.54 0.04
HSL 338.26º 0.9% 0.55% -
HSV(B) 338.26º 0.85% 0.96% -
XYZ 40.89 21.73 17.37 -
YUV 107.44 130.58 225.4 -
System Red Green Blue C M Y K H S L
Decimal 244 37 112 0 0.85 0.54 0.04 338.26 0.9 0.55
Hex F4 25 70 0 55 36 4 152 5A 37
Octal 364 45 160 0 125 66 4 522 132 67
Binary 11110100 100101 1110000 0 1010101 110110 100 101010010 1011010 110111

Color Harmonies of #F42570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42570

Black with #F42570

Text Example


Text Example

White with #F42570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42570; }

 p { color: rgb(244,37,112); }

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

background-color css

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

 a { background-color: rgb(244,37,112); }

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

border-color css

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

 span { border-color: rgb(244,37,112); }

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