Html Css Color HEX #FD5CBB Hot Pink

📋 copy color: '#FD5CBB'

red 253 ◦ green 92 ◦ blue 187

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

Shades of Hot Pink #FD5CBB

Tints of Hot Pink #FD5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

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

R = 47.56%
G = 17.29%
B = 35.15%

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

#FD5CBB (or 0xFD5CBB) is known color: Hot Pink. HEX triplet: FD, 5C and BB. RGB value is (253,92,187). Sum of RGB (Red+Green+Blue) = 253+92+187=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CBB is #02A344. Grayscale: #969696. Windows color (decimal): -172869 or 12279037. OLE color: 12279037.

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

Color convert

RGB 253 92 187 -
CMYK 0 0.64 0.26 0.01
HSL 324.6º 0.98% 0.68% -
HSV(B) 324.6º 0.64% 0.99% -
XYZ 53.3 32.12 50.4 -
YUV 150.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 253 92 187 0 0.64 0.26 0.01 324.6 0.98 0.68
Hex FD 5C BB 0 40 1A 1 145 62 44
Octal 375 134 273 0 100 32 1 505 142 104
Binary 11111101 1011100 10111011 0 1000000 11010 1 101000101 1100010 1000100

Color Harmonies of #FD5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CBB

Black with #FD5CBB

Text Example


Text Example

White with #FD5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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