Html Css Color HEX #F12686 Deep Cerise

📋 copy color: '#F12686'

red 241 ◦ green 38 ◦ blue 134

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

Shades of Deep Cerise #F12686

Tints of Deep Cerise #F12686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.2%

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

R = 58.35%
G = 9.2%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F12686 (or 0xF12686) is known color: Deep Cerise. HEX triplet: F1, 26 and 86. RGB value is (241,38,134). Sum of RGB (Red+Green+Blue) = 241+38+134=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F12686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12686 is #0ED979. Grayscale: #6D6D6D. Windows color (decimal): -973178 or 8791793. OLE color: 8791793.

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

Color convert

RGB 241 38 134 -
CMYK 0 0.84 0.44 0.05
HSL 331.63º 0.88% 0.55% -
HSV(B) 331.63º 0.84% 0.95% -
XYZ 41.27 21.81 24.59 -
YUV 109.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 241 38 134 0 0.84 0.44 0.05 331.63 0.88 0.55
Hex F1 26 86 0 54 2C 5 14C 58 37
Octal 361 46 206 0 124 54 5 514 130 67
Binary 11110001 100110 10000110 0 1010100 101100 101 101001100 1011000 110111

Color Harmonies of #F12686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12686

Black with #F12686

Text Example


Text Example

White with #F12686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12686; }

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

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

background-color css

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

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

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

border-color css

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

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

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