Html Css Color HEX #F12A7C Deep Cerise

📋 copy color: '#F12A7C'

red 241 ◦ green 42 ◦ blue 124

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

Shades of Deep Cerise #F12A7C

Tints of Deep Cerise #F12A7C

RGB

 RED value IS 241 (94.53% from 255) = 59.21%

 GREEN value IS 42 (16.8% from 255) = 10.32%

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

R = 59.21%
G = 10.32%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F12A7C (or 0xF12A7C) is known color: Deep Cerise. HEX triplet: F1, 2A and 7C. RGB value is (241,42,124). Sum of RGB (Red+Green+Blue) = 241+42+124=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A7C is #0ED583. Grayscale: #6E6E6E. Windows color (decimal): -972164 or 8137457. OLE color: 8137457.

HSL color Cylindrical-coordinate representation of color #F12A7C: hue angle of 335.28º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A7C is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 42 124 -
CMYK 0 0.83 0.49 0.05
HSL 335.28º 0.88% 0.55% -
HSV(B) 335.28º 0.83% 0.95% -
XYZ 40.74 21.81 21.13 -
YUV 110.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 241 42 124 0 0.83 0.49 0.05 335.28 0.88 0.55
Hex F1 2A 7C 0 53 31 5 14F 58 37
Octal 361 52 174 0 123 61 5 517 130 67
Binary 11110001 101010 1111100 0 1010011 110001 101 101001111 1011000 110111

Color Harmonies of #F12A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A7C

Black with #F12A7C

Text Example


Text Example

White with #F12A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A7C; }

 p { color: rgb(241,42,124); }

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

background-color css

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

 a { background-color: rgb(241,42,124); }

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

border-color css

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

 span { border-color: rgb(241,42,124); }

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