Html Css Color HEX #FA7FFD Fuchsia Pink

📋 copy color: '#FA7FFD'

red 250 ◦ green 127 ◦ blue 253

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

Shades of Fuchsia Pink #FA7FFD

Tints of Fuchsia Pink #FA7FFD

RGB

 RED value IS 250 (98.05% from 255) = 39.68%

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

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

R = 39.68%
G = 20.16%
B = 40.16%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA7FFD (or 0xFA7FFD) is known color: Fuchsia Pink. HEX triplet: FA, 7F and FD. RGB value is (250,127,253). Sum of RGB (Red+Green+Blue) = 250+127+253=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 127 (50% from 255 or 20.16% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FFD is #058002. Grayscale: #B1B1B1. Windows color (decimal): -360451 or 16613370. OLE color: 16613370.

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

Color convert

RGB 250 127 253 -
CMYK 0.01 0.50 0 0.01
HSL 298.57º 0.97% 0.75% -
HSV(B) 298.57º 0.5% 0.99% -
XYZ 64.74 42.59 97.74 -
YUV 178.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 250 127 253 0.01 0.50 0 0.01 298.57 0.97 0.75
Hex FA 7F FD 1 32 0 1 12B 61 4B
Octal 372 177 375 1 62 0 1 453 141 113
Binary 11111010 1111111 11111101 1 110010 0 1 100101011 1100001 1001011

Color Harmonies of #FA7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FFD

Black with #FA7FFD

Text Example


Text Example

White with #FA7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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