Html Css Color HEX #F12D86 Deep Cerise

📋 copy color: '#F12D86'

red 241 ◦ green 45 ◦ blue 134

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

Shades of Deep Cerise #F12D86

Tints of Deep Cerise #F12D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.71%

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

R = 57.38%
G = 10.71%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F12D86 (or 0xF12D86) is known color: Deep Cerise. HEX triplet: F1, 2D and 86. RGB value is (241,45,134). Sum of RGB (Red+Green+Blue) = 241+45+134=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D86 is #0ED279. Grayscale: #717171. Windows color (decimal): -971386 or 8793585. OLE color: 8793585.

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

Color convert

RGB 241 45 134 -
CMYK 0 0.81 0.44 0.05
HSL 332.76º 0.88% 0.56% -
HSV(B) 332.76º 0.81% 0.95% -
XYZ 41.52 22.3 24.67 -
YUV 113.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 241 45 134 0 0.81 0.44 0.05 332.76 0.88 0.56
Hex F1 2D 86 0 51 2C 5 14D 58 38
Octal 361 55 206 0 121 54 5 515 130 70
Binary 11110001 101101 10000110 0 1010001 101100 101 101001101 1011000 111000

Color Harmonies of #F12D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D86

Black with #F12D86

Text Example


Text Example

White with #F12D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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