Html Css Color HEX #F42875 Cerise

📋 copy color: '#F42875'

red 244 ◦ green 40 ◦ blue 117

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

Shades of Cerise #F42875

Tints of Cerise #F42875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 60.85%
G = 9.98%
B = 29.18%

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

#F42875 (or 0xF42875) is known color: Cerise. HEX triplet: F4, 28 and 75. RGB value is (244,40,117). Sum of RGB (Red+Green+Blue) = 244+40+117=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F42875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42875 is #0BD78A. Grayscale: #6D6D6D. Windows color (decimal): -776075 or 7678196. OLE color: 7678196.

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

Color convert

RGB 244 40 117 -
CMYK 0 0.84 0.52 0.04
HSL 337.35º 0.9% 0.56% -
HSV(B) 337.35º 0.84% 0.96% -
XYZ 41.28 22.04 18.91 -
YUV 109.77 132.09 223.74 -
System Red Green Blue C M Y K H S L
Decimal 244 40 117 0 0.84 0.52 0.04 337.35 0.9 0.56
Hex F4 28 75 0 54 34 4 151 5A 38
Octal 364 50 165 0 124 64 4 521 132 70
Binary 11110100 101000 1110101 0 1010100 110100 100 101010001 1011010 111000

Color Harmonies of #F42875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42875

Black with #F42875

Text Example


Text Example

White with #F42875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42875; }

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

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

background-color css

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

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

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

border-color css

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

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

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