Html Css Color HEX #F12886 Deep Cerise

📋 copy color: '#F12886'

red 241 ◦ green 40 ◦ blue 134

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

Shades of Deep Cerise #F12886

Tints of Deep Cerise #F12886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.29%

R = 58.07%
G = 9.64%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F12886 (or 0xF12886) is known color: Deep Cerise. HEX triplet: F1, 28 and 86. RGB value is (241,40,134). Sum of RGB (Red+Green+Blue) = 241+40+134=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F12886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12886 is #0ED779. Grayscale: #6E6E6E. Windows color (decimal): -972666 or 8792305. OLE color: 8792305.

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

Color convert

RGB 241 40 134 -
CMYK 0 0.83 0.44 0.05
HSL 331.94º 0.88% 0.55% -
HSV(B) 331.94º 0.83% 0.95% -
XYZ 41.34 21.94 24.61 -
YUV 110.82 141.09 220.86 -
System Red Green Blue C M Y K H S L
Decimal 241 40 134 0 0.83 0.44 0.05 331.94 0.88 0.55
Hex F1 28 86 0 53 2C 5 14C 58 37
Octal 361 50 206 0 123 54 5 514 130 67
Binary 11110001 101000 10000110 0 1010011 101100 101 101001100 1011000 110111

Color Harmonies of #F12886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12886

Black with #F12886

Text Example


Text Example

White with #F12886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12886; }

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

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

background-color css

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

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

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

border-color css

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

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

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