Html Css Color HEX #FD73F2 Fuchsia Pink

📋 copy color: '#FD73F2'

red 253 ◦ green 115 ◦ blue 242

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

Shades of Fuchsia Pink #FD73F2

Tints of Fuchsia Pink #FD73F2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.85%

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 41.48%
G = 18.85%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD73F2 (or 0xFD73F2) is known color: Fuchsia Pink. HEX triplet: FD, 73 and F2. RGB value is (253,115,242). Sum of RGB (Red+Green+Blue) = 253+115+242=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 115 (45.31% from 255 or 18.85% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD73F2 is #028C0D. Grayscale: #AAAAAA. Windows color (decimal): -166926 or 15889405. OLE color: 15889405.

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

Color convert

RGB 253 115 242 -
CMYK 0 0.55 0.04 0.01
HSL 304.78º 0.97% 0.72% -
HSV(B) 304.78º 0.55% 0.99% -
XYZ 62.67 39.55 88.34 -
YUV 170.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 253 115 242 0 0.55 0.04 0.01 304.78 0.97 0.72
Hex FD 73 F2 0 37 4 1 131 61 48
Octal 375 163 362 0 67 4 1 461 141 110
Binary 11111101 1110011 11110010 0 110111 100 1 100110001 1100001 1001000

Color Harmonies of #FD73F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD73F2

Black with #FD73F2

Text Example


Text Example

White with #FD73F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD73F2; }

 p { color: rgb(253,115,242); }

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

background-color css

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

 a { background-color: rgb(253,115,242); }

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

border-color css

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

 span { border-color: rgb(253,115,242); }

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