Html Css Color HEX #FA7BFF Fuchsia Pink

📋 copy color: '#FA7BFF'

red 250 ◦ green 123 ◦ blue 255

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

Shades of Fuchsia Pink #FA7BFF

Tints of Fuchsia Pink #FA7BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.59%

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

R = 39.81%
G = 19.59%
B = 40.61%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA7BFF (or 0xFA7BFF) is known color: Fuchsia Pink. HEX triplet: FA, 7B and FF. RGB value is (250,123,255). Sum of RGB (Red+Green+Blue) = 250+123+255=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 123 (48.44% from 255 or 19.59% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BFF is #058400. Grayscale: #AFAFAF. Windows color (decimal): -361473 or 16743418. OLE color: 16743418.

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

Color convert

RGB 250 123 255 -
CMYK 0.02 0.52 0 0
HSL 297.73º 1% 0.74% -
HSV(B) 297.73º 0.52% 1% -
XYZ 64.56 41.71 99.26 -
YUV 176.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 250 123 255 0.02 0.52 0 0 297.73 1 0.74
Hex FA 7B FF 2 34 0 0 12A 64 4A
Octal 372 173 377 2 64 0 0 452 144 112
Binary 11111010 1111011 11111111 10 110100 0 0 100101010 1100100 1001010

Color Harmonies of #FA7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BFF

Black with #FA7BFF

Text Example


Text Example

White with #FA7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BFF; }

 p { color: rgb(250,123,255); }

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

background-color css

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

 a { background-color: rgb(250,123,255); }

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

border-color css

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

 span { border-color: rgb(250,123,255); }

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