Html Css Color HEX #F42270 Cerise

📋 copy color: '#F42270'

red 244 ◦ green 34 ◦ blue 112

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

Shades of Cerise #F42270

Tints of Cerise #F42270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.72%

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

R = 62.56%
G = 8.72%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F42270 (or 0xF42270) is known color: Cerise. HEX triplet: F4, 22 and 70. RGB value is (244,34,112). Sum of RGB (Red+Green+Blue) = 244+34+112=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F42270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42270 is #0BDD8F. Grayscale: #696969. Windows color (decimal): -777616 or 7348980. OLE color: 7348980.

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

Color convert

RGB 244 34 112 -
CMYK 0 0.86 0.54 0.04
HSL 337.71º 0.91% 0.55% -
HSV(B) 337.71º 0.86% 0.96% -
XYZ 40.8 21.55 17.34 -
YUV 105.68 131.57 226.66 -
System Red Green Blue C M Y K H S L
Decimal 244 34 112 0 0.86 0.54 0.04 337.71 0.91 0.55
Hex F4 22 70 0 56 36 4 152 5B 37
Octal 364 42 160 0 126 66 4 522 133 67
Binary 11110100 100010 1110000 0 1010110 110110 100 101010010 1011011 110111

Color Harmonies of #F42270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42270

Black with #F42270

Text Example


Text Example

White with #F42270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42270; }

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

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

background-color css

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

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

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

border-color css

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

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

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