Html Css Color HEX #FD8AFD Fuchsia Pink

📋 copy color: '#FD8AFD'

red 253 ◦ green 138 ◦ blue 253

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

Shades of Fuchsia Pink #FD8AFD

Tints of Fuchsia Pink #FD8AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.43%

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 39.29%
G = 21.43%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD8AFD (or 0xFD8AFD) is known color: Fuchsia Pink. HEX triplet: FD, 8A and FD. RGB value is (253,138,253). Sum of RGB (Red+Green+Blue) = 253+138+253=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 138 (54.30% from 255 or 21.43% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8AFD is #027502. Grayscale: #B9B9B9. Windows color (decimal): -161027 or 16616189. OLE color: 16616189.

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

Color convert

RGB 253 138 253 -
CMYK 0 0.45 0 0.01
HSL 300º 0.97% 0.77% -
HSV(B) 300º 0.45% 0.99% -
XYZ 67.33 46.15 98.29 -
YUV 185.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 253 138 253 0 0.45 0 0.01 300 0.97 0.77
Hex FD 8A FD 0 2D 0 1 12C 61 4D
Octal 375 212 375 0 55 0 1 454 141 115
Binary 11111101 10001010 11111101 0 101101 0 1 100101100 1100001 1001101

Color Harmonies of #FD8AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8AFD

Black with #FD8AFD

Text Example


Text Example

White with #FD8AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8AFD; }

 p { color: rgb(253,138,253); }

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

background-color css

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

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

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

border-color css

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

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

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