Html Css Color HEX #F42672 Cerise

📋 copy color: '#F42672'

red 244 ◦ green 38 ◦ blue 114

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

Shades of Cerise #F42672

Tints of Cerise #F42672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.6%

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 61.62%
G = 9.6%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F42672 (or 0xF42672) is known color: Cerise. HEX triplet: F4, 26 and 72. RGB value is (244,38,114). Sum of RGB (Red+Green+Blue) = 244+38+114=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F42672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42672 is #0BD98D. Grayscale: #6C6C6C. Windows color (decimal): -776590 or 7481076. OLE color: 7481076.

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

Color convert

RGB 244 38 114 -
CMYK 0 0.84 0.53 0.04
HSL 337.86º 0.9% 0.55% -
HSV(B) 337.86º 0.84% 0.96% -
XYZ 41.04 21.83 17.97 -
YUV 108.26 131.25 224.82 -
System Red Green Blue C M Y K H S L
Decimal 244 38 114 0 0.84 0.53 0.04 337.86 0.9 0.55
Hex F4 26 72 0 54 35 4 152 5A 37
Octal 364 46 162 0 124 65 4 522 132 67
Binary 11110100 100110 1110010 0 1010100 110101 100 101010010 1011010 110111

Color Harmonies of #F42672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42672

Black with #F42672

Text Example


Text Example

White with #F42672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42672; }

 p { color: rgb(244,38,114); }

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

background-color css

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

 a { background-color: rgb(244,38,114); }

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

border-color css

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

 span { border-color: rgb(244,38,114); }

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