Html Css Color HEX #F51892 Deep Pink

📋 copy color: '#F51892'

red 245 ◦ green 24 ◦ blue 146

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

Shades of Deep Pink #F51892

Tints of Deep Pink #F51892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 59.04%
G = 5.78%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F51892 (or 0xF51892) is known color: Deep Pink. HEX triplet: F5, 18 and 92. RGB value is (245,24,146). Sum of RGB (Red+Green+Blue) = 245+24+146=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F51892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51892 is #0AE76D. Grayscale: #676767. Windows color (decimal): -714606 or 9574645. OLE color: 9574645.

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

Color convert

RGB 245 24 146 -
CMYK 0 0.90 0.40 0.04
HSL 326.88º 0.92% 0.53% -
HSV(B) 326.88º 0.9% 0.96% -
XYZ 43.17 22.14 29.19 -
YUV 103.99 151.72 228.58 -
System Red Green Blue C M Y K H S L
Decimal 245 24 146 0 0.90 0.40 0.04 326.88 0.92 0.53
Hex F5 18 92 0 5A 28 4 147 5C 35
Octal 365 30 222 0 132 50 4 507 134 65
Binary 11110101 11000 10010010 0 1011010 101000 100 101000111 1011100 110101

Color Harmonies of #F51892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51892

Black with #F51892

Text Example


Text Example

White with #F51892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51892; }

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

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

background-color css

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

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

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

border-color css

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

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

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