Html Css Color HEX #F51096 Deep Pink

📋 copy color: '#F51096'

red 245 ◦ green 16 ◦ blue 150

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

Shades of Deep Pink #F51096

Tints of Deep Pink #F51096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.5%

R = 59.61%
G = 3.89%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F51096 (or 0xF51096) is known color: Deep Pink. HEX triplet: F5, 10 and 96. RGB value is (245,16,150). Sum of RGB (Red+Green+Blue) = 245+16+150=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F51096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51096 is #0AEF69. Grayscale: #636363. Windows color (decimal): -716650 or 9834741. OLE color: 9834741.

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

Color convert

RGB 245 16 150 -
CMYK 0 0.93 0.39 0.04
HSL 324.89º 0.92% 0.51% -
HSV(B) 324.89º 0.93% 0.96% -
XYZ 43.35 21.99 30.81 -
YUV 99.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 245 16 150 0 0.93 0.39 0.04 324.89 0.92 0.51
Hex F5 10 96 0 5D 27 4 145 5C 33
Octal 365 20 226 0 135 47 4 505 134 63
Binary 11110101 10000 10010110 0 1011101 100111 100 101000101 1011100 110011

Color Harmonies of #F51096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51096

Black with #F51096

Text Example


Text Example

White with #F51096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51096; }

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

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

background-color css

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

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

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

border-color css

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

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

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