Html Css Color HEX #F5129B Deep Pink

📋 copy color: '#F5129B'

red 245 ◦ green 18 ◦ blue 155

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

Shades of Deep Pink #F5129B

Tints of Deep Pink #F5129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.31%

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

R = 58.61%
G = 4.31%
B = 37.08%

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

#F5129B (or 0xF5129B) is known color: Deep Pink. HEX triplet: F5, 12 and 9B. RGB value is (245,18,155). Sum of RGB (Red+Green+Blue) = 245+18+155=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5129B is #0AED64. Grayscale: #656565. Windows color (decimal): -716133 or 10162933. OLE color: 10162933.

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

Color convert

RGB 245 18 155 -
CMYK 0 0.93 0.37 0.04
HSL 323.79º 0.92% 0.52% -
HSV(B) 323.79º 0.93% 0.96% -
XYZ 43.79 22.21 32.99 -
YUV 101.49 158.21 230.36 -
System Red Green Blue C M Y K H S L
Decimal 245 18 155 0 0.93 0.37 0.04 323.79 0.92 0.52
Hex F5 12 9B 0 5D 25 4 144 5C 34
Octal 365 22 233 0 135 45 4 504 134 64
Binary 11110101 10010 10011011 0 1011101 100101 100 101000100 1011100 110100

Color Harmonies of #F5129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5129B

Black with #F5129B

Text Example


Text Example

White with #F5129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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