Html Css Color HEX #F51692 Deep Pink

📋 copy color: '#F51692'

red 245 ◦ green 22 ◦ blue 146

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

Shades of Deep Pink #F51692

Tints of Deep Pink #F51692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.33%

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

R = 59.32%
G = 5.33%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F51692 (or 0xF51692) is known color: Deep Pink. HEX triplet: F5, 16 and 92. RGB value is (245,22,146). Sum of RGB (Red+Green+Blue) = 245+22+146=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F51692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51692 is #0AE96D. Grayscale: #666666. Windows color (decimal): -715118 or 9574133. OLE color: 9574133.

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

Color convert

RGB 245 22 146 -
CMYK 0 0.91 0.40 0.04
HSL 326.64º 0.92% 0.52% -
HSV(B) 326.64º 0.91% 0.96% -
XYZ 43.13 22.06 29.18 -
YUV 102.81 152.38 229.42 -
System Red Green Blue C M Y K H S L
Decimal 245 22 146 0 0.91 0.40 0.04 326.64 0.92 0.52
Hex F5 16 92 0 5B 28 4 147 5C 34
Octal 365 26 222 0 133 50 4 507 134 64
Binary 11110101 10110 10010010 0 1011011 101000 100 101000111 1011100 110100

Color Harmonies of #F51692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51692

Black with #F51692

Text Example


Text Example

White with #F51692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51692; }

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

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

background-color css

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

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

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

border-color css

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

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

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