Html Css Color HEX #F51292 Deep Pink

📋 copy color: '#F51292'

red 245 ◦ green 18 ◦ blue 146

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

Shades of Deep Pink #F51292

Tints of Deep Pink #F51292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.4%

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

R = 59.9%
G = 4.4%
B = 35.7%

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

#F51292 (or 0xF51292) is known color: Deep Pink. HEX triplet: F5, 12 and 92. RGB value is (245,18,146). Sum of RGB (Red+Green+Blue) = 245+18+146=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F51292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51292 is #0AED6D. Grayscale: #646464. Windows color (decimal): -716142 or 9573109. OLE color: 9573109.

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

Color convert

RGB 245 18 146 -
CMYK 0 0.93 0.40 0.04
HSL 326.17º 0.92% 0.52% -
HSV(B) 326.17º 0.93% 0.96% -
XYZ 43.06 21.92 29.16 -
YUV 100.47 153.71 231.09 -
System Red Green Blue C M Y K H S L
Decimal 245 18 146 0 0.93 0.40 0.04 326.17 0.92 0.52
Hex F5 12 92 0 5D 28 4 146 5C 34
Octal 365 22 222 0 135 50 4 506 134 64
Binary 11110101 10010 10010010 0 1011101 101000 100 101000110 1011100 110100

Color Harmonies of #F51292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51292

Black with #F51292

Text Example


Text Example

White with #F51292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51292; }

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

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

background-color css

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

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

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

border-color css

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

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

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