Html Css Color HEX #FD5BBB Hot Pink

📋 copy color: '#FD5BBB'

red 253 ◦ green 91 ◦ blue 187

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

Shades of Hot Pink #FD5BBB

Tints of Hot Pink #FD5BBB

RGB

 RED value IS 253 (99.22% from 255) = 47.65%

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

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

R = 47.65%
G = 17.14%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD5BBB (or 0xFD5BBB) is known color: Hot Pink. HEX triplet: FD, 5B and BB. RGB value is (253,91,187). Sum of RGB (Red+Green+Blue) = 253+91+187=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BBB is #02A444. Grayscale: #969696. Windows color (decimal): -173125 or 12278781. OLE color: 12278781.

HSL color Cylindrical-coordinate representation of color #FD5BBB: hue angle of 324.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5BBB is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 91 187 -
CMYK 0 0.64 0.26 0.01
HSL 324.44º 0.98% 0.67% -
HSV(B) 324.44º 0.64% 0.99% -
XYZ 53.22 31.95 50.38 -
YUV 150.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 253 91 187 0 0.64 0.26 0.01 324.44 0.98 0.67
Hex FD 5B BB 0 40 1A 1 144 62 43
Octal 375 133 273 0 100 32 1 504 142 103
Binary 11111101 1011011 10111011 0 1000000 11010 1 101000100 1100010 1000011

Color Harmonies of #FD5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5BBB

Black with #FD5BBB

Text Example


Text Example

White with #FD5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5BBB; }

 p { color: rgb(253,91,187); }

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

background-color css

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

 a { background-color: rgb(253,91,187); }

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

border-color css

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

 span { border-color: rgb(253,91,187); }

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