Html Css Color HEX #FD63B2 Hot Pink

📋 copy color: '#FD63B2'

red 253 ◦ green 99 ◦ blue 178

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

Shades of Hot Pink #FD63B2

Tints of Hot Pink #FD63B2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.68%

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

R = 47.74%
G = 18.68%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD63B2 (or 0xFD63B2) is known color: Hot Pink. HEX triplet: FD, 63 and B2. RGB value is (253,99,178). Sum of RGB (Red+Green+Blue) = 253+99+178=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD63B2 is #029C4D. Grayscale: #999999. Windows color (decimal): -171086 or 11691005. OLE color: 11691005.

HSL color Cylindrical-coordinate representation of color #FD63B2: hue angle of 329.22º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD63B2 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 99 178 -
CMYK 0 0.61 0.30 0.01
HSL 329.22º 0.97% 0.69% -
HSV(B) 329.22º 0.61% 0.99% -
XYZ 53.01 33.02 45.7 -
YUV 154.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 253 99 178 0 0.61 0.30 0.01 329.22 0.97 0.69
Hex FD 63 B2 0 3D 1E 1 149 61 45
Octal 375 143 262 0 75 36 1 511 141 105
Binary 11111101 1100011 10110010 0 111101 11110 1 101001001 1100001 1000101

Color Harmonies of #FD63B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63B2

Black with #FD63B2

Text Example


Text Example

White with #FD63B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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