Html Css Color HEX #FD7EFF Fuchsia Pink

📋 copy color: '#FD7EFF'

red 253 ◦ green 126 ◦ blue 255

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

Shades of Fuchsia Pink #FD7EFF

Tints of Fuchsia Pink #FD7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 19.87%

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

R = 39.91%
G = 19.87%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD7EFF (or 0xFD7EFF) is known color: Fuchsia Pink. HEX triplet: FD, 7E and FF. RGB value is (253,126,255). Sum of RGB (Red+Green+Blue) = 253+126+255=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 126 (49.61% from 255 or 19.87% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7EFF is #028100. Grayscale: #B2B2B2. Windows color (decimal): -164097 or 16744189. OLE color: 16744189.

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

Color convert

RGB 253 126 255 -
CMYK 0.01 0.51 0 0
HSL 299.07º 1% 0.75% -
HSV(B) 299.07º 0.51% 1% -
XYZ 66.02 43.02 99.43 -
YUV 178.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 253 126 255 0.01 0.51 0 0 299.07 1 0.75
Hex FD 7E FF 1 33 0 0 12B 64 4B
Octal 375 176 377 1 63 0 0 453 144 113
Binary 11111101 1111110 11111111 1 110011 0 0 100101011 1100100 1001011

Color Harmonies of #FD7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7EFF

Black with #FD7EFF

Text Example


Text Example

White with #FD7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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