Html Css Color HEX #F12C80 Deep Cerise

📋 copy color: '#F12C80'

red 241 ◦ green 44 ◦ blue 128

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

Shades of Deep Cerise #F12C80

Tints of Deep Cerise #F12C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.65%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 58.35%
G = 10.65%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F12C80 (or 0xF12C80) is known color: Deep Cerise. HEX triplet: F1, 2C and 80. RGB value is (241,44,128). Sum of RGB (Red+Green+Blue) = 241+44+128=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12C80 is #0ED37F. Grayscale: #707070. Windows color (decimal): -971648 or 8400113. OLE color: 8400113.

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

Color convert

RGB 241 44 128 -
CMYK 0 0.82 0.47 0.05
HSL 334.42º 0.88% 0.56% -
HSV(B) 334.42º 0.82% 0.95% -
XYZ 41.07 22.06 22.52 -
YUV 112.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 241 44 128 0 0.82 0.47 0.05 334.42 0.88 0.56
Hex F1 2C 80 0 52 2F 5 14E 58 38
Octal 361 54 200 0 122 57 5 516 130 70
Binary 11110001 101100 10000000 0 1010010 101111 101 101001110 1011000 111000

Color Harmonies of #F12C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C80

Black with #F12C80

Text Example


Text Example

White with #F12C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C80; }

 p { color: rgb(241,44,128); }

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

background-color css

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

 a { background-color: rgb(241,44,128); }

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

border-color css

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

 span { border-color: rgb(241,44,128); }

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