Html Css Color HEX #F55FB8 Hot Pink

📋 copy color: '#F55FB8'

red 245 ◦ green 95 ◦ blue 184

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

Shades of Hot Pink #F55FB8

Tints of Hot Pink #F55FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.13%

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 46.76%
G = 18.13%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F55FB8 (or 0xF55FB8) is known color: Hot Pink. HEX triplet: F5, 5F and B8. RGB value is (245,95,184). Sum of RGB (Red+Green+Blue) = 245+95+184=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FB8 is #0AA047. Grayscale: #959595. Windows color (decimal): -696392 or 12083189. OLE color: 12083189.

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

Color convert

RGB 245 95 184 -
CMYK 0 0.61 0.25 0.04
HSL 324.4º 0.88% 0.67% -
HSV(B) 324.4º 0.61% 0.96% -
XYZ 50.4 31.06 48.69 -
YUV 150 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 245 95 184 0 0.61 0.25 0.04 324.4 0.88 0.67
Hex F5 5F B8 0 3D 19 4 144 58 43
Octal 365 137 270 0 75 31 4 504 130 103
Binary 11110101 1011111 10111000 0 111101 11001 100 101000100 1011000 1000011

Color Harmonies of #F55FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FB8

Black with #F55FB8

Text Example


Text Example

White with #F55FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FB8; }

 p { color: rgb(245,95,184); }

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

background-color css

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

 a { background-color: rgb(245,95,184); }

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

border-color css

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

 span { border-color: rgb(245,95,184); }

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