Html Css Color HEX #F42973 Cerise

📋 copy color: '#F42973'

red 244 ◦ green 41 ◦ blue 115

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

Shades of Cerise #F42973

Tints of Cerise #F42973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 61%
G = 10.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F42973 (or 0xF42973) is known color: Cerise. HEX triplet: F4, 29 and 73. RGB value is (244,41,115). Sum of RGB (Red+Green+Blue) = 244+41+115=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F42973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42973 is #0BD68C. Grayscale: #6E6E6E. Windows color (decimal): -775821 or 7547380. OLE color: 7547380.

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

Color convert

RGB 244 41 115 -
CMYK 0 0.83 0.53 0.04
HSL 338.13º 0.9% 0.56% -
HSV(B) 338.13º 0.83% 0.96% -
XYZ 41.2 22.06 18.31 -
YUV 110.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 244 41 115 0 0.83 0.53 0.04 338.13 0.9 0.56
Hex F4 29 73 0 53 35 4 152 5A 38
Octal 364 51 163 0 123 65 4 522 132 70
Binary 11110100 101001 1110011 0 1010011 110101 100 101010010 1011010 111000

Color Harmonies of #F42973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42973

Black with #F42973

Text Example


Text Example

White with #F42973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42973; }

 p { color: rgb(244,41,115); }

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

background-color css

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

 a { background-color: rgb(244,41,115); }

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

border-color css

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

 span { border-color: rgb(244,41,115); }

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