Html Css Color HEX #F42B7C Deep Cerise

📋 copy color: '#F42B7C'

red 244 ◦ green 43 ◦ blue 124

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

Shades of Deep Cerise #F42B7C

Tints of Deep Cerise #F42B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.46%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 59.37%
G = 10.46%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F42B7C (or 0xF42B7C) is known color: Deep Cerise. HEX triplet: F4, 2B and 7C. RGB value is (244,43,124). Sum of RGB (Red+Green+Blue) = 244+43+124=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42B7C is #0BD483. Grayscale: #707070. Windows color (decimal): -775300 or 8137716. OLE color: 8137716.

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

Color convert

RGB 244 43 124 -
CMYK 0 0.82 0.49 0.04
HSL 335.82º 0.9% 0.56% -
HSV(B) 335.82º 0.82% 0.96% -
XYZ 41.81 22.42 21.19 -
YUV 112.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 244 43 124 0 0.82 0.49 0.04 335.82 0.9 0.56
Hex F4 2B 7C 0 52 31 4 150 5A 38
Octal 364 53 174 0 122 61 4 520 132 70
Binary 11110100 101011 1111100 0 1010010 110001 100 101010000 1011010 111000

Color Harmonies of #F42B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42B7C

Black with #F42B7C

Text Example


Text Example

White with #F42B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42B7C; }

 p { color: rgb(244,43,124); }

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

background-color css

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

 a { background-color: rgb(244,43,124); }

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

border-color css

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

 span { border-color: rgb(244,43,124); }

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