Html Css Color HEX #F12984 Deep Cerise

📋 copy color: '#F12984'

red 241 ◦ green 41 ◦ blue 132

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

Shades of Deep Cerise #F12984

Tints of Deep Cerise #F12984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 58.21%
G = 9.9%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F12984 (or 0xF12984) is known color: Deep Cerise. HEX triplet: F1, 29 and 84. RGB value is (241,41,132). Sum of RGB (Red+Green+Blue) = 241+41+132=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F12984 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12984 is #0ED67B. Grayscale: #6F6F6F. Windows color (decimal): -972412 or 8661489. OLE color: 8661489.

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

Color convert

RGB 241 41 132 -
CMYK 0 0.83 0.45 0.05
HSL 332.7º 0.88% 0.55% -
HSV(B) 332.7º 0.83% 0.95% -
XYZ 41.23 21.95 23.89 -
YUV 111.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 241 41 132 0 0.83 0.45 0.05 332.7 0.88 0.55
Hex F1 29 84 0 53 2D 5 14D 58 37
Octal 361 51 204 0 123 55 5 515 130 67
Binary 11110001 101001 10000100 0 1010011 101101 101 101001101 1011000 110111

Color Harmonies of #F12984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12984

Black with #F12984

Text Example


Text Example

White with #F12984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12984; }

 p { color: rgb(241,41,132); }

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

background-color css

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

 a { background-color: rgb(241,41,132); }

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

border-color css

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

 span { border-color: rgb(241,41,132); }

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