Html Css Color HEX #F5109A Deep Pink

📋 copy color: '#F5109A'

red 245 ◦ green 16 ◦ blue 154

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

Shades of Deep Pink #F5109A

Tints of Deep Pink #F5109A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 59.04%
G = 3.86%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5109A (or 0xF5109A) is known color: Deep Pink. HEX triplet: F5, 10 and 9A. RGB value is (245,16,154). Sum of RGB (Red+Green+Blue) = 245+16+154=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F5109A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5109A is #0AEF65. Grayscale: #636363. Windows color (decimal): -716646 or 10096885. OLE color: 10096885.

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

Color convert

RGB 245 16 154 -
CMYK 0 0.93 0.37 0.04
HSL 323.84º 0.92% 0.51% -
HSV(B) 323.84º 0.93% 0.96% -
XYZ 43.67 22.12 32.54 -
YUV 100.2 158.37 231.28 -
System Red Green Blue C M Y K H S L
Decimal 245 16 154 0 0.93 0.37 0.04 323.84 0.92 0.51
Hex F5 10 9A 0 5D 25 4 144 5C 33
Octal 365 20 232 0 135 45 4 504 134 63
Binary 11110101 10000 10011010 0 1011101 100101 100 101000100 1011100 110011

Color Harmonies of #F5109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5109A

Black with #F5109A

Text Example


Text Example

White with #F5109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5109A; }

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

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

background-color css

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

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

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

border-color css

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

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

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