Html Css Color HEX #F42874 Cerise

📋 copy color: '#F42874'

red 244 ◦ green 40 ◦ blue 116

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

Shades of Cerise #F42874

Tints of Cerise #F42874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 61%
G = 10%
B = 29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F42874 (or 0xF42874) is known color: Cerise. HEX triplet: F4, 28 and 74. RGB value is (244,40,116). Sum of RGB (Red+Green+Blue) = 244+40+116=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F42874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42874 is #0BD78B. Grayscale: #6D6D6D. Windows color (decimal): -776076 or 7612660. OLE color: 7612660.

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

Color convert

RGB 244 40 116 -
CMYK 0 0.84 0.52 0.04
HSL 337.65º 0.9% 0.56% -
HSV(B) 337.65º 0.84% 0.96% -
XYZ 41.22 22.01 18.6 -
YUV 109.66 131.59 223.82 -
System Red Green Blue C M Y K H S L
Decimal 244 40 116 0 0.84 0.52 0.04 337.65 0.9 0.56
Hex F4 28 74 0 54 34 4 152 5A 38
Octal 364 50 164 0 124 64 4 522 132 70
Binary 11110100 101000 1110100 0 1010100 110100 100 101010010 1011010 111000

Color Harmonies of #F42874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42874

Black with #F42874

Text Example


Text Example

White with #F42874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42874; }

 p { color: rgb(244,40,116); }

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

background-color css

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

 a { background-color: rgb(244,40,116); }

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

border-color css

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

 span { border-color: rgb(244,40,116); }

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