Html Css Color HEX #F5109B Deep Pink

📋 copy color: '#F5109B'

red 245 ◦ green 16 ◦ blue 155

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

Shades of Deep Pink #F5109B

Tints of Deep Pink #F5109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 58.89%
G = 3.85%
B = 37.26%

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

#F5109B (or 0xF5109B) is known color: Deep Pink. HEX triplet: F5, 10 and 9B. RGB value is (245,16,155). Sum of RGB (Red+Green+Blue) = 245+16+155=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F5109B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5109B is #0AEF64. Grayscale: #636363. Windows color (decimal): -716645 or 10162421. OLE color: 10162421.

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

Color convert

RGB 245 16 155 -
CMYK 0 0.93 0.37 0.04
HSL 323.58º 0.92% 0.51% -
HSV(B) 323.58º 0.93% 0.96% -
XYZ 43.76 22.15 32.98 -
YUV 100.32 158.87 231.2 -
System Red Green Blue C M Y K H S L
Decimal 245 16 155 0 0.93 0.37 0.04 323.58 0.92 0.51
Hex F5 10 9B 0 5D 25 4 144 5C 33
Octal 365 20 233 0 135 45 4 504 134 63
Binary 11110101 10000 10011011 0 1011101 100101 100 101000100 1011100 110011

Color Harmonies of #F5109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5109B

Black with #F5109B

Text Example


Text Example

White with #F5109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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