Html Css Color HEX #FD74FF Fuchsia Pink

📋 copy color: '#FD74FF'

red 253 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #FD74FF

Tints of Fuchsia Pink #FD74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 18.59%

 BLUE value IS 255 (100% from 255) = 40.87%

R = 40.54%
G = 18.59%
B = 40.87%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD74FF (or 0xFD74FF) is known color: Fuchsia Pink. HEX triplet: FD, 74 and FF. RGB value is (253,116,255). Sum of RGB (Red+Green+Blue) = 253+116+255=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 116 (45.70% from 255 or 18.59% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74FF is #028B00. Grayscale: #ACACAC. Windows color (decimal): -166657 or 16741629. OLE color: 16741629.

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

Color convert

RGB 253 116 255 -
CMYK 0.01 0.55 0 0
HSL 299.14º 1% 0.73% -
HSV(B) 299.14º 0.55% 1% -
XYZ 64.8 40.59 99.03 -
YUV 172.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 253 116 255 0.01 0.55 0 0 299.14 1 0.73
Hex FD 74 FF 1 37 0 0 12B 64 49
Octal 375 164 377 1 67 0 0 453 144 111
Binary 11111101 1110100 11111111 1 110111 0 0 100101011 1100100 1001001

Color Harmonies of #FD74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74FF

Black with #FD74FF

Text Example


Text Example

White with #FD74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74FF; }

 p { color: rgb(253,116,255); }

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

background-color css

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

 a { background-color: rgb(253,116,255); }

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

border-color css

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

 span { border-color: rgb(253,116,255); }

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