Html Css Color HEX #F12481 Deep Cerise

📋 copy color: '#F12481'

red 241 ◦ green 36 ◦ blue 129

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

Shades of Deep Cerise #F12481

Tints of Deep Cerise #F12481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 59.36%
G = 8.87%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12481 (or 0xF12481) is known color: Deep Cerise. HEX triplet: F1, 24 and 81. RGB value is (241,36,129). Sum of RGB (Red+Green+Blue) = 241+36+129=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F12481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12481 is #0EDB7E. Grayscale: #6B6B6B. Windows color (decimal): -973695 or 8463601. OLE color: 8463601.

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

Color convert

RGB 241 36 129 -
CMYK 0 0.85 0.46 0.05
HSL 332.78º 0.88% 0.54% -
HSV(B) 332.78º 0.85% 0.95% -
XYZ 40.87 21.55 22.77 -
YUV 107.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 241 36 129 0 0.85 0.46 0.05 332.78 0.88 0.54
Hex F1 24 81 0 55 2E 5 14D 58 36
Octal 361 44 201 0 125 56 5 515 130 66
Binary 11110001 100100 10000001 0 1010101 101110 101 101001101 1011000 110110

Color Harmonies of #F12481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12481

Black with #F12481

Text Example


Text Example

White with #F12481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12481; }

 p { color: rgb(241,36,129); }

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

background-color css

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

 a { background-color: rgb(241,36,129); }

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

border-color css

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

 span { border-color: rgb(241,36,129); }

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