Html Css Color HEX #F55BBA Hot Pink

📋 copy color: '#F55BBA'

red 245 ◦ green 91 ◦ blue 186

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

Shades of Hot Pink #F55BBA

Tints of Hot Pink #F55BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 46.93%
G = 17.43%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F55BBA (or 0xF55BBA) is known color: Hot Pink. HEX triplet: F5, 5B and BA. RGB value is (245,91,186). Sum of RGB (Red+Green+Blue) = 245+91+186=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BBA is #0AA445. Grayscale: #939393. Windows color (decimal): -697414 or 12213237. OLE color: 12213237.

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

Color convert

RGB 245 91 186 -
CMYK 0 0.63 0.24 0.04
HSL 322.99º 0.89% 0.66% -
HSV(B) 322.99º 0.63% 0.96% -
XYZ 50.26 30.44 49.68 -
YUV 147.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 245 91 186 0 0.63 0.24 0.04 322.99 0.89 0.66
Hex F5 5B BA 0 3F 18 4 143 59 42
Octal 365 133 272 0 77 30 4 503 131 102
Binary 11110101 1011011 10111010 0 111111 11000 100 101000011 1011001 1000010

Color Harmonies of #F55BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BBA

Black with #F55BBA

Text Example


Text Example

White with #F55BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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