Html Css Color HEX #F12884 Deep Cerise

📋 copy color: '#F12884'

red 241 ◦ green 40 ◦ blue 132

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

Shades of Deep Cerise #F12884

Tints of Deep Cerise #F12884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 58.35%
G = 9.69%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F12884 (or 0xF12884) is known color: Deep Cerise. HEX triplet: F1, 28 and 84. RGB value is (241,40,132). Sum of RGB (Red+Green+Blue) = 241+40+132=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F12884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12884 is #0ED77B. Grayscale: #6E6E6E. Windows color (decimal): -972668 or 8661233. OLE color: 8661233.

HSL color Cylindrical-coordinate representation of color #F12884: hue angle of 332.54º 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 #F12884 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 132 -
CMYK 0 0.83 0.45 0.05
HSL 332.54º 0.88% 0.55% -
HSV(B) 332.54º 0.83% 0.95% -
XYZ 41.2 21.88 23.88 -
YUV 110.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 241 40 132 0 0.83 0.45 0.05 332.54 0.88 0.55
Hex F1 28 84 0 53 2D 5 14D 58 37
Octal 361 50 204 0 123 55 5 515 130 67
Binary 11110001 101000 10000100 0 1010011 101101 101 101001101 1011000 110111

Color Harmonies of #F12884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12884

Black with #F12884

Text Example


Text Example

White with #F12884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12884; }

 p { color: rgb(241,40,132); }

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

background-color css

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

 a { background-color: rgb(241,40,132); }

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

border-color css

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

 span { border-color: rgb(241,40,132); }

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