Html Css Color HEX #F12986 Deep Cerise

📋 copy color: '#F12986'

red 241 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #F12986

Tints of Deep Cerise #F12986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.86%

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

R = 57.93%
G = 9.86%
B = 32.21%

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

#F12986 (or 0xF12986) is known color: Deep Cerise. HEX triplet: F1, 29 and 86. RGB value is (241,41,134). Sum of RGB (Red+Green+Blue) = 241+41+134=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F12986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12986 is #0ED679. Grayscale: #6F6F6F. Windows color (decimal): -972410 or 8792561. OLE color: 8792561.

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

Color convert

RGB 241 41 134 -
CMYK 0 0.83 0.44 0.05
HSL 332.1º 0.88% 0.55% -
HSV(B) 332.1º 0.83% 0.95% -
XYZ 41.37 22.01 24.62 -
YUV 111.4 140.76 220.44 -
System Red Green Blue C M Y K H S L
Decimal 241 41 134 0 0.83 0.44 0.05 332.1 0.88 0.55
Hex F1 29 86 0 53 2C 5 14C 58 37
Octal 361 51 206 0 123 54 5 514 130 67
Binary 11110001 101001 10000110 0 1010011 101100 101 101001100 1011000 110111

Color Harmonies of #F12986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12986

Black with #F12986

Text Example


Text Example

White with #F12986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12986; }

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

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

background-color css

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

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

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

border-color css

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

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

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