Html Css Color HEX #FF7FFD Fuchsia Pink

📋 copy color: '#FF7FFD'

red 255 ◦ green 127 ◦ blue 253

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

Shades of Fuchsia Pink #FF7FFD

Tints of Fuchsia Pink #FF7FFD

RGB

 RED value IS 255 (100% from 255) = 40.16%

 GREEN value IS 127 (50% from 255) = 20%

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

R = 40.16%
G = 20%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF7FFD (or 0xFF7FFD) is known color: Fuchsia Pink. HEX triplet: FF, 7F and FD. RGB value is (255,127,253). Sum of RGB (Red+Green+Blue) = 255+127+253=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 127 (50% from 255 or 20% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FFD is #008002. Grayscale: #B3B3B3. Windows color (decimal): -32771 or 16613375. OLE color: 16613375.

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

Color convert

RGB 255 127 253 -
CMYK 0 0.50 0.01 0
HSL 300.94º 1% 0.75% -
HSV(B) 300.94º 0.5% 1% -
XYZ 66.56 43.53 97.82 -
YUV 179.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 255 127 253 0 0.50 0.01 0 300.94 1 0.75
Hex FF 7F FD 0 32 1 0 12D 64 4B
Octal 377 177 375 0 62 1 0 455 144 113
Binary 11111111 1111111 11111101 0 110010 1 0 100101101 1100100 1001011

Color Harmonies of #FF7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FFD

Black with #FF7FFD

Text Example


Text Example

White with #FF7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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