Html Css Color HEX #F51495 Deep Pink

📋 copy color: '#F51495'

red 245 ◦ green 20 ◦ blue 149

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

Shades of Deep Pink #F51495

Tints of Deep Pink #F51495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 59.18%
G = 4.83%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F51495 (or 0xF51495) is known color: Deep Pink. HEX triplet: F5, 14 and 95. RGB value is (245,20,149). Sum of RGB (Red+Green+Blue) = 245+20+149=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F51495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51495 is #0AEB6A. Grayscale: #656565. Windows color (decimal): -715627 or 9770229. OLE color: 9770229.

HSL color Cylindrical-coordinate representation of color #F51495: hue angle of 325.6º 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 #F51495 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 20 149 -
CMYK 0 0.92 0.39 0.04
HSL 325.6º 0.92% 0.52% -
HSV(B) 325.6º 0.92% 0.96% -
XYZ 43.33 22.08 30.41 -
YUV 101.98 154.54 230.01 -
System Red Green Blue C M Y K H S L
Decimal 245 20 149 0 0.92 0.39 0.04 325.6 0.92 0.52
Hex F5 14 95 0 5C 27 4 146 5C 34
Octal 365 24 225 0 134 47 4 506 134 64
Binary 11110101 10100 10010101 0 1011100 100111 100 101000110 1011100 110100

Color Harmonies of #F51495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51495

Black with #F51495

Text Example


Text Example

White with #F51495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51495; }

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

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

background-color css

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

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

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

border-color css

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

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

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