Html Css Color HEX #FA7EFB Fuchsia Pink

📋 copy color: '#FA7EFB'

red 250 ◦ green 126 ◦ blue 251

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

Shades of Fuchsia Pink #FA7EFB

Tints of Fuchsia Pink #FA7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.1%

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

R = 39.87%
G = 20.1%
B = 40.03%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA7EFB (or 0xFA7EFB) is known color: Fuchsia Pink. HEX triplet: FA, 7E and FB. RGB value is (250,126,251). Sum of RGB (Red+Green+Blue) = 250+126+251=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 126 (49.61% from 255 or 20.10% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA7EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EFB is #058104. Grayscale: #B0B0B0. Windows color (decimal): -360709 or 16482042. OLE color: 16482042.

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

Color convert

RGB 250 126 251 -
CMYK 0.00 0.50 0 0.02
HSL 299.52º 0.94% 0.74% -
HSV(B) 299.52º 0.5% 0.98% -
XYZ 64.3 42.21 96.03 -
YUV 177.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 250 126 251 0.00 0.50 0 0.02 299.52 0.94 0.74
Hex FA 7E FB 0 32 0 2 12C 5E 4A
Octal 372 176 373 0 62 0 2 454 136 112
Binary 11111010 1111110 11111011 0 110010 0 10 100101100 1011110 1001010

Color Harmonies of #FA7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7EFB

Black with #FA7EFB

Text Example


Text Example

White with #FA7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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