Html Css Color HEX #F12392 Deep Pink

📋 copy color: '#F12392'

red 241 ◦ green 35 ◦ blue 146

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

Shades of Deep Pink #F12392

Tints of Deep Pink #F12392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 57.11%
G = 8.29%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F12392 (or 0xF12392) is known color: Deep Pink. HEX triplet: F1, 23 and 92. RGB value is (241,35,146). Sum of RGB (Red+Green+Blue) = 241+35+146=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F12392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12392 is #0EDC6D. Grayscale: #6D6D6D. Windows color (decimal): -973934 or 9577457. OLE color: 9577457.

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

Color convert

RGB 241 35 146 -
CMYK 0 0.85 0.39 0.05
HSL 327.67º 0.88% 0.54% -
HSV(B) 327.67º 0.85% 0.95% -
XYZ 42.06 21.98 29.22 -
YUV 109.25 148.75 221.97 -
System Red Green Blue C M Y K H S L
Decimal 241 35 146 0 0.85 0.39 0.05 327.67 0.88 0.54
Hex F1 23 92 0 55 27 5 148 58 36
Octal 361 43 222 0 125 47 5 510 130 66
Binary 11110001 100011 10010010 0 1010101 100111 101 101001000 1011000 110110

Color Harmonies of #F12392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12392

Black with #F12392

Text Example


Text Example

White with #F12392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12392; }

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

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

background-color css

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

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

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

border-color css

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

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

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