Html Css Color HEX #F51097 Deep Pink

📋 copy color: '#F51097'

red 245 ◦ green 16 ◦ blue 151

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

Shades of Deep Pink #F51097

Tints of Deep Pink #F51097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.88%

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 59.47%
G = 3.88%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F51097 (or 0xF51097) is known color: Deep Pink. HEX triplet: F5, 10 and 97. RGB value is (245,16,151). Sum of RGB (Red+Green+Blue) = 245+16+151=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F51097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51097 is #0AEF68. Grayscale: #636363. Windows color (decimal): -716649 or 9900277. OLE color: 9900277.

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

Color convert

RGB 245 16 151 -
CMYK 0 0.93 0.38 0.04
HSL 324.63º 0.92% 0.51% -
HSV(B) 324.63º 0.93% 0.96% -
XYZ 43.43 22.02 31.24 -
YUV 99.86 156.87 231.52 -
System Red Green Blue C M Y K H S L
Decimal 245 16 151 0 0.93 0.38 0.04 324.63 0.92 0.51
Hex F5 10 97 0 5D 26 4 145 5C 33
Octal 365 20 227 0 135 46 4 505 134 63
Binary 11110101 10000 10010111 0 1011101 100110 100 101000101 1011100 110011

Color Harmonies of #F51097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51097

Black with #F51097

Text Example


Text Example

White with #F51097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51097; }

 p { color: rgb(245,16,151); }

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

background-color css

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

 a { background-color: rgb(245,16,151); }

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

border-color css

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

 span { border-color: rgb(245,16,151); }

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