Html Css Color HEX #F51895 Deep Pink

📋 copy color: '#F51895'

red 245 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #F51895

Tints of Deep Pink #F51895

RGB

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

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

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

R = 58.61%
G = 5.74%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F51895 (or 0xF51895) is known color: Deep Pink. HEX triplet: F5, 18 and 95. RGB value is (245,24,149). Sum of RGB (Red+Green+Blue) = 245+24+149=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F51895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51895 is #0AE76A. Grayscale: #686868. Windows color (decimal): -714603 or 9771253. OLE color: 9771253.

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

Color convert

RGB 245 24 149 -
CMYK 0 0.90 0.39 0.04
HSL 326.06º 0.92% 0.53% -
HSV(B) 326.06º 0.9% 0.96% -
XYZ 43.41 22.24 30.44 -
YUV 104.33 153.22 228.34 -
System Red Green Blue C M Y K H S L
Decimal 245 24 149 0 0.90 0.39 0.04 326.06 0.92 0.53
Hex F5 18 95 0 5A 27 4 146 5C 35
Octal 365 30 225 0 132 47 4 506 134 65
Binary 11110101 11000 10010101 0 1011010 100111 100 101000110 1011100 110101

Color Harmonies of #F51895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51895

Black with #F51895

Text Example


Text Example

White with #F51895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51895; }

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

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

background-color css

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

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

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

border-color css

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

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

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