Html Css Color HEX #FD60B2 Hot Pink

📋 copy color: '#FD60B2'

red 253 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #FD60B2

Tints of Hot Pink #FD60B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 48.01%
G = 18.22%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD60B2 (or 0xFD60B2) is known color: Hot Pink. HEX triplet: FD, 60 and B2. RGB value is (253,96,178). Sum of RGB (Red+Green+Blue) = 253+96+178=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD60B2 is #029F4D. Grayscale: #989898. Windows color (decimal): -171854 or 11690237. OLE color: 11690237.

HSL color Cylindrical-coordinate representation of color #FD60B2: hue angle of 328.66º 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 #FD60B2 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 96 178 -
CMYK 0 0.62 0.30 0.01
HSL 328.66º 0.98% 0.68% -
HSV(B) 328.66º 0.62% 0.99% -
XYZ 52.73 32.46 45.61 -
YUV 152.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 253 96 178 0 0.62 0.30 0.01 328.66 0.98 0.68
Hex FD 60 B2 0 3E 1E 1 149 62 44
Octal 375 140 262 0 76 36 1 511 142 104
Binary 11111101 1100000 10110010 0 111110 11110 1 101001001 1100010 1000100

Color Harmonies of #FD60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60B2

Black with #FD60B2

Text Example


Text Example

White with #FD60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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