Html Css Color HEX #FA7BFC Fuchsia Pink

📋 copy color: '#FA7BFC'

red 250 ◦ green 123 ◦ blue 252

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

Shades of Fuchsia Pink #FA7BFC

Tints of Fuchsia Pink #FA7BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 40%
G = 19.68%
B = 40.32%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA7BFC (or 0xFA7BFC) is known color: Fuchsia Pink. HEX triplet: FA, 7B and FC. RGB value is (250,123,252). Sum of RGB (Red+Green+Blue) = 250+123+252=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 123 (48.44% from 255 or 19.68% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BFC is #058403. Grayscale: #AFAFAF. Windows color (decimal): -361476 or 16546810. OLE color: 16546810.

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

Color convert

RGB 250 123 252 -
CMYK 0.01 0.51 0 0.01
HSL 299.07º 0.96% 0.74% -
HSV(B) 299.07º 0.51% 0.99% -
XYZ 64.08 41.52 96.73 -
YUV 175.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 250 123 252 0.01 0.51 0 0.01 299.07 0.96 0.74
Hex FA 7B FC 1 33 0 1 12B 60 4A
Octal 372 173 374 1 63 0 1 453 140 112
Binary 11111010 1111011 11111100 1 110011 0 1 100101011 1100000 1001010

Color Harmonies of #FA7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BFC

Black with #FA7BFC

Text Example


Text Example

White with #FA7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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