Html Css Color HEX #F12580 Deep Cerise

📋 copy color: '#F12580'

red 241 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #F12580

Tints of Deep Cerise #F12580

RGB

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

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

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

R = 59.36%
G = 9.11%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F12580 (or 0xF12580) is known color: Deep Cerise. HEX triplet: F1, 25 and 80. RGB value is (241,37,128). Sum of RGB (Red+Green+Blue) = 241+37+128=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F12580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12580 is #0EDA7F. Grayscale: #6C6C6C. Windows color (decimal): -973440 or 8398321. OLE color: 8398321.

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

Color convert

RGB 241 37 128 -
CMYK 0 0.85 0.47 0.05
HSL 333.24º 0.88% 0.55% -
HSV(B) 333.24º 0.85% 0.95% -
XYZ 40.83 21.58 22.44 -
YUV 108.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 241 37 128 0 0.85 0.47 0.05 333.24 0.88 0.55
Hex F1 25 80 0 55 2F 5 14D 58 37
Octal 361 45 200 0 125 57 5 515 130 67
Binary 11110001 100101 10000000 0 1010101 101111 101 101001101 1011000 110111

Color Harmonies of #F12580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12580

Black with #F12580

Text Example


Text Example

White with #F12580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12580; }

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

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

background-color css

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

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

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

border-color css

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

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

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