Html Css Color HEX #F12380 Deep Cerise

📋 copy color: '#F12380'

red 241 ◦ green 35 ◦ blue 128

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

Shades of Deep Cerise #F12380

Tints of Deep Cerise #F12380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.66%

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

R = 59.65%
G = 8.66%
B = 31.68%

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

#F12380 (or 0xF12380) is known color: Deep Cerise. HEX triplet: F1, 23 and 80. RGB value is (241,35,128). Sum of RGB (Red+Green+Blue) = 241+35+128=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F12380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12380 is #0EDC7F. Grayscale: #6B6B6B. Windows color (decimal): -973952 or 8397809. OLE color: 8397809.

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

Color convert

RGB 241 35 128 -
CMYK 0 0.85 0.47 0.05
HSL 332.91º 0.88% 0.54% -
HSV(B) 332.91º 0.85% 0.95% -
XYZ 40.77 21.46 22.42 -
YUV 107.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 241 35 128 0 0.85 0.47 0.05 332.91 0.88 0.54
Hex F1 23 80 0 55 2F 5 14D 58 36
Octal 361 43 200 0 125 57 5 515 130 66
Binary 11110001 100011 10000000 0 1010101 101111 101 101001101 1011000 110110

Color Harmonies of #F12380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12380

Black with #F12380

Text Example


Text Example

White with #F12380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12380; }

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

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

background-color css

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

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

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

border-color css

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

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

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