Html Css Color HEX #F42274 Cerise

📋 copy color: '#F42274'

red 244 ◦ green 34 ◦ blue 116

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

Shades of Cerise #F42274

Tints of Cerise #F42274

RGB

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

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

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

R = 61.93%
G = 8.63%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F42274 (or 0xF42274) is known color: Cerise. HEX triplet: F4, 22 and 74. RGB value is (244,34,116). Sum of RGB (Red+Green+Blue) = 244+34+116=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F42274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42274 is #0BDD8B. Grayscale: #6A6A6A. Windows color (decimal): -777612 or 7611124. OLE color: 7611124.

HSL color Cylindrical-coordinate representation of color #F42274: hue angle of 336.57º 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 #F42274 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 34 116 -
CMYK 0 0.86 0.52 0.04
HSL 336.57º 0.91% 0.55% -
HSV(B) 336.57º 0.86% 0.96% -
XYZ 41.03 21.64 18.54 -
YUV 106.14 133.57 226.33 -
System Red Green Blue C M Y K H S L
Decimal 244 34 116 0 0.86 0.52 0.04 336.57 0.91 0.55
Hex F4 22 74 0 56 34 4 151 5B 37
Octal 364 42 164 0 126 64 4 521 133 67
Binary 11110100 100010 1110100 0 1010110 110100 100 101010001 1011011 110111

Color Harmonies of #F42274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42274

Black with #F42274

Text Example


Text Example

White with #F42274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42274; }

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

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

background-color css

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

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

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

border-color css

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

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

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