Html Css Color HEX #F51493 Deep Pink

📋 copy color: '#F51493'

red 245 ◦ green 20 ◦ blue 147

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

Shades of Deep Pink #F51493

Tints of Deep Pink #F51493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.85%

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 59.47%
G = 4.85%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F51493 (or 0xF51493) is known color: Deep Pink. HEX triplet: F5, 14 and 93. RGB value is (245,20,147). Sum of RGB (Red+Green+Blue) = 245+20+147=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F51493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51493 is #0AEB6C. Grayscale: #656565. Windows color (decimal): -715629 or 9639157. OLE color: 9639157.

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

Color convert

RGB 245 20 147 -
CMYK 0 0.92 0.4 0.04
HSL 326.13º 0.92% 0.52% -
HSV(B) 326.13º 0.92% 0.96% -
XYZ 43.17 22.02 29.58 -
YUV 101.75 153.54 230.17 -
System Red Green Blue C M Y K H S L
Decimal 245 20 147 0 0.92 0.4 0.04 326.13 0.92 0.52
Hex F5 14 93 0 5C 28 4 146 5C 34
Octal 365 24 223 0 134 50 4 506 134 64
Binary 11110101 10100 10010011 0 1011100 101000 100 101000110 1011100 110100

Color Harmonies of #F51493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51493

Black with #F51493

Text Example


Text Example

White with #F51493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51493; }

 p { color: rgb(245,20,147); }

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

background-color css

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

 a { background-color: rgb(245,20,147); }

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

border-color css

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

 span { border-color: rgb(245,20,147); }

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