Html Css Color HEX #F12581 Deep Cerise

📋 copy color: '#F12581'

red 241 ◦ green 37 ◦ blue 129

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

Shades of Deep Cerise #F12581

Tints of Deep Cerise #F12581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.09%

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

R = 59.21%
G = 9.09%
B = 31.7%

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

#F12581 (or 0xF12581) is known color: Deep Cerise. HEX triplet: F1, 25 and 81. RGB value is (241,37,129). Sum of RGB (Red+Green+Blue) = 241+37+129=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F12581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12581 is #0EDA7E. Grayscale: #6C6C6C. Windows color (decimal): -973439 or 8463857. OLE color: 8463857.

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

Color convert

RGB 241 37 129 -
CMYK 0 0.85 0.46 0.05
HSL 332.94º 0.88% 0.55% -
HSV(B) 332.94º 0.85% 0.95% -
XYZ 40.9 21.61 22.78 -
YUV 108.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 241 37 129 0 0.85 0.46 0.05 332.94 0.88 0.55
Hex F1 25 81 0 55 2E 5 14D 58 37
Octal 361 45 201 0 125 56 5 515 130 67
Binary 11110001 100101 10000001 0 1010101 101110 101 101001101 1011000 110111

Color Harmonies of #F12581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12581

Black with #F12581

Text Example


Text Example

White with #F12581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12581; }

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

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

background-color css

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

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

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

border-color css

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

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

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