Html Css Color HEX #F55DB5 Hot Pink

📋 copy color: '#F55DB5'

red 245 ◦ green 93 ◦ blue 181

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

Shades of Hot Pink #F55DB5

Tints of Hot Pink #F55DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.92%

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 47.21%
G = 17.92%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F55DB5 (or 0xF55DB5) is known color: Hot Pink. HEX triplet: F5, 5D and B5. RGB value is (245,93,181). Sum of RGB (Red+Green+Blue) = 245+93+181=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DB5 is #0AA24A. Grayscale: #949494. Windows color (decimal): -696907 or 11886069. OLE color: 11886069.

HSL color Cylindrical-coordinate representation of color #F55DB5: hue angle of 325.26º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DB5 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 93 181 -
CMYK 0 0.62 0.26 0.04
HSL 325.26º 0.88% 0.66% -
HSV(B) 325.26º 0.62% 0.96% -
XYZ 49.91 30.58 46.99 -
YUV 148.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 245 93 181 0 0.62 0.26 0.04 325.26 0.88 0.66
Hex F5 5D B5 0 3E 1A 4 145 58 42
Octal 365 135 265 0 76 32 4 505 130 102
Binary 11110101 1011101 10110101 0 111110 11010 100 101000101 1011000 1000010

Color Harmonies of #F55DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55DB5

Black with #F55DB5

Text Example


Text Example

White with #F55DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55DB5; }

 p { color: rgb(245,93,181); }

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

background-color css

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

 a { background-color: rgb(245,93,181); }

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

border-color css

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

 span { border-color: rgb(245,93,181); }

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