Html Css Color HEX #FA7CFB Fuchsia Pink

📋 copy color: '#FA7CFB'

red 250 ◦ green 124 ◦ blue 251

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

Shades of Fuchsia Pink #FA7CFB

Tints of Fuchsia Pink #FA7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.84%

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 40%
G = 19.84%
B = 40.16%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA7CFB (or 0xFA7CFB) is known color: Fuchsia Pink. HEX triplet: FA, 7C and FB. RGB value is (250,124,251). Sum of RGB (Red+Green+Blue) = 250+124+251=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 124 (48.83% from 255 or 19.84% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CFB is #058304. Grayscale: #AFAFAF. Windows color (decimal): -361221 or 16481530. OLE color: 16481530.

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

Color convert

RGB 250 124 251 -
CMYK 0.00 0.51 0 0.02
HSL 299.53º 0.94% 0.74% -
HSV(B) 299.53º 0.51% 0.98% -
XYZ 64.04 41.7 95.94 -
YUV 176.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 250 124 251 0.00 0.51 0 0.02 299.53 0.94 0.74
Hex FA 7C FB 0 33 0 2 12C 5E 4A
Octal 372 174 373 0 63 0 2 454 136 112
Binary 11111010 1111100 11111011 0 110011 0 10 100101100 1011110 1001010

Color Harmonies of #FA7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CFB

Black with #FA7CFB

Text Example


Text Example

White with #FA7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CFB; }

 p { color: rgb(250,124,251); }

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

background-color css

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

 a { background-color: rgb(250,124,251); }

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

border-color css

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

 span { border-color: rgb(250,124,251); }

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