Html Css Color HEX #FD4FC0 Hot Pink

📋 copy color: '#FD4FC0'

red 253 ◦ green 79 ◦ blue 192

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

Shades of Hot Pink #FD4FC0

Tints of Hot Pink #FD4FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.08%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 48.28%
G = 15.08%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD4FC0 (or 0xFD4FC0) is known color: Hot Pink. HEX triplet: FD, 4F and C0. RGB value is (253,79,192). Sum of RGB (Red+Green+Blue) = 253+79+192=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4FC0 is #02B03F. Grayscale: #8F8F8F. Windows color (decimal): -176192 or 12603389. OLE color: 12603389.

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

Color convert

RGB 253 79 192 -
CMYK 0 0.69 0.24 0.01
HSL 321.03º 0.98% 0.65% -
HSV(B) 321.03º 0.69% 0.99% -
XYZ 52.82 30.28 52.93 -
YUV 143.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 253 79 192 0 0.69 0.24 0.01 321.03 0.98 0.65
Hex FD 4F C0 0 45 18 1 141 62 41
Octal 375 117 300 0 105 30 1 501 142 101
Binary 11111101 1001111 11000000 0 1000101 11000 1 101000001 1100010 1000001

Color Harmonies of #FD4FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4FC0

Black with #FD4FC0

Text Example


Text Example

White with #FD4FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4FC0; }

 p { color: rgb(253,79,192); }

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

background-color css

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

 a { background-color: rgb(253,79,192); }

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

border-color css

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

 span { border-color: rgb(253,79,192); }

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