Html Css Color HEX #FD60B8 Hot Pink

📋 copy color: '#FD60B8'

red 253 ◦ green 96 ◦ blue 184

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

Shades of Hot Pink #FD60B8

Tints of Hot Pink #FD60B8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.01%

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

R = 47.47%
G = 18.01%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD60B8 (or 0xFD60B8) is known color: Hot Pink. HEX triplet: FD, 60 and B8. RGB value is (253,96,184). Sum of RGB (Red+Green+Blue) = 253+96+184=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60B8 is #029F47. Grayscale: #989898. Windows color (decimal): -171848 or 12083453. OLE color: 12083453.

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

Color convert

RGB 253 96 184 -
CMYK 0 0.62 0.27 0.01
HSL 326.37º 0.98% 0.68% -
HSV(B) 326.37º 0.62% 0.99% -
XYZ 53.34 32.71 48.85 -
YUV 152.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 253 96 184 0 0.62 0.27 0.01 326.37 0.98 0.68
Hex FD 60 B8 0 3E 1B 1 146 62 44
Octal 375 140 270 0 76 33 1 506 142 104
Binary 11111101 1100000 10111000 0 111110 11011 1 101000110 1100010 1000100

Color Harmonies of #FD60B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60B8

Black with #FD60B8

Text Example


Text Example

White with #FD60B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60B8; }

 p { color: rgb(253,96,184); }

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

background-color css

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

 a { background-color: rgb(253,96,184); }

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

border-color css

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

 span { border-color: rgb(253,96,184); }

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