Html Css Color HEX #F55BB7 Hot Pink

📋 copy color: '#F55BB7'

red 245 ◦ green 91 ◦ blue 183

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

Shades of Hot Pink #F55BB7

Tints of Hot Pink #F55BB7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.53%

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 47.21%
G = 17.53%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F55BB7 (or 0xF55BB7) is known color: Hot Pink. HEX triplet: F5, 5B and B7. RGB value is (245,91,183). Sum of RGB (Red+Green+Blue) = 245+91+183=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BB7 is #0AA448. Grayscale: #939393. Windows color (decimal): -697417 or 12016629. OLE color: 12016629.

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

Color convert

RGB 245 91 183 -
CMYK 0 0.63 0.25 0.04
HSL 324.16º 0.89% 0.66% -
HSV(B) 324.16º 0.63% 0.96% -
XYZ 49.94 30.31 48.02 -
YUV 147.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 245 91 183 0 0.63 0.25 0.04 324.16 0.89 0.66
Hex F5 5B B7 0 3F 19 4 144 59 42
Octal 365 133 267 0 77 31 4 504 131 102
Binary 11110101 1011011 10110111 0 111111 11001 100 101000100 1011001 1000010

Color Harmonies of #F55BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BB7

Black with #F55BB7

Text Example


Text Example

White with #F55BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BB7; }

 p { color: rgb(245,91,183); }

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

background-color css

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

 a { background-color: rgb(245,91,183); }

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

border-color css

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

 span { border-color: rgb(245,91,183); }

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