Html Css Color HEX #F553BB Hot Pink

📋 copy color: '#F553BB'

red 245 ◦ green 83 ◦ blue 187

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

Shades of Hot Pink #F553BB

Tints of Hot Pink #F553BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.12%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 47.57%
G = 16.12%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F553BB (or 0xF553BB) is known color: Hot Pink. HEX triplet: F5, 53 and BB. RGB value is (245,83,187). Sum of RGB (Red+Green+Blue) = 245+83+187=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F553BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553BB is #0AAC44. Grayscale: #8F8F8F. Windows color (decimal): -699461 or 12276725. OLE color: 12276725.

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

Color convert

RGB 245 83 187 -
CMYK 0 0.66 0.24 0.04
HSL 321.48º 0.89% 0.64% -
HSV(B) 321.48º 0.66% 0.96% -
XYZ 49.72 29.19 50.03 -
YUV 143.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 245 83 187 0 0.66 0.24 0.04 321.48 0.89 0.64
Hex F5 53 BB 0 42 18 4 141 59 40
Octal 365 123 273 0 102 30 4 501 131 100
Binary 11110101 1010011 10111011 0 1000010 11000 100 101000001 1011001 1000000

Color Harmonies of #F553BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553BB

Black with #F553BB

Text Example


Text Example

White with #F553BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553BB; }

 p { color: rgb(245,83,187); }

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

background-color css

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

 a { background-color: rgb(245,83,187); }

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

border-color css

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

 span { border-color: rgb(245,83,187); }

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