Html Css Color HEX #F12780 Deep Cerise

📋 copy color: '#F12780'

red 241 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #F12780

Tints of Deep Cerise #F12780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.56%

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

R = 59.07%
G = 9.56%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F12780 (or 0xF12780) is known color: Deep Cerise. HEX triplet: F1, 27 and 80. RGB value is (241,39,128). Sum of RGB (Red+Green+Blue) = 241+39+128=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F12780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12780 is #0ED87F. Grayscale: #6D6D6D. Windows color (decimal): -972928 or 8398833. OLE color: 8398833.

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

Color convert

RGB 241 39 128 -
CMYK 0 0.84 0.47 0.05
HSL 333.56º 0.88% 0.55% -
HSV(B) 333.56º 0.84% 0.95% -
XYZ 40.9 21.71 22.46 -
YUV 109.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 241 39 128 0 0.84 0.47 0.05 333.56 0.88 0.55
Hex F1 27 80 0 54 2F 5 14E 58 37
Octal 361 47 200 0 124 57 5 516 130 67
Binary 11110001 100111 10000000 0 1010100 101111 101 101001110 1011000 110111

Color Harmonies of #F12780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12780

Black with #F12780

Text Example


Text Example

White with #F12780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12780; }

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

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

background-color css

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

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

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

border-color css

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

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

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