Html Css Color HEX #FD74FE Fuchsia Pink

📋 copy color: '#FD74FE'

red 253 ◦ green 116 ◦ blue 254

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

Shades of Fuchsia Pink #FD74FE

Tints of Fuchsia Pink #FD74FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 40.61%
G = 18.62%
B = 40.77%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD74FE (or 0xFD74FE) is known color: Fuchsia Pink. HEX triplet: FD, 74 and FE. RGB value is (253,116,254). Sum of RGB (Red+Green+Blue) = 253+116+254=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 116 (45.70% from 255 or 18.62% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74FE is #028B01. Grayscale: #ACACAC. Windows color (decimal): -166658 or 16676093. OLE color: 16676093.

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

Color convert

RGB 253 116 254 -
CMYK 0.00 0.54 0 0.00
HSL 299.57º 0.99% 0.73% -
HSV(B) 299.57º 0.54% 1% -
XYZ 64.64 40.53 98.18 -
YUV 172.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 253 116 254 0.00 0.54 0 0.00 299.57 0.99 0.73
Hex FD 74 FE 0 36 0 0 12C 63 49
Octal 375 164 376 0 66 0 0 454 143 111
Binary 11111101 1110100 11111110 0 110110 0 0 100101100 1100011 1001001

Color Harmonies of #FD74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74FE

Black with #FD74FE

Text Example


Text Example

White with #FD74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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