Html Css Color HEX #F51192 Deep Pink

📋 copy color: '#F51192'

red 245 ◦ green 17 ◦ blue 146

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

Shades of Deep Pink #F51192

Tints of Deep Pink #F51192

RGB

 RED value IS 245 (96.09% from 255) = 60.05%

 GREEN value IS 17 (7.03% from 255) = 4.17%

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

R = 60.05%
G = 4.17%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F51192 (or 0xF51192) is known color: Deep Pink. HEX triplet: F5, 11 and 92. RGB value is (245,17,146). Sum of RGB (Red+Green+Blue) = 245+17+146=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F51192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51192 is #0AEE6D. Grayscale: #636363. Windows color (decimal): -716398 or 9572853. OLE color: 9572853.

HSL color Cylindrical-coordinate representation of color #F51192: hue angle of 326.05º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51192 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 146 -
CMYK 0 0.93 0.40 0.04
HSL 326.05º 0.92% 0.51% -
HSV(B) 326.05º 0.93% 0.96% -
XYZ 43.04 21.89 29.15 -
YUV 99.88 154.04 231.51 -
System Red Green Blue C M Y K H S L
Decimal 245 17 146 0 0.93 0.40 0.04 326.05 0.92 0.51
Hex F5 11 92 0 5D 28 4 146 5C 33
Octal 365 21 222 0 135 50 4 506 134 63
Binary 11110101 10001 10010010 0 1011101 101000 100 101000110 1011100 110011

Color Harmonies of #F51192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51192

Black with #F51192

Text Example


Text Example

White with #F51192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51192; }

 p { color: rgb(245,17,146); }

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

background-color css

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

 a { background-color: rgb(245,17,146); }

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

border-color css

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

 span { border-color: rgb(245,17,146); }

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