Html Css Color HEX #FA7FFB Fuchsia Pink

📋 copy color: '#FA7FFB'

red 250 ◦ green 127 ◦ blue 251

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

Shades of Fuchsia Pink #FA7FFB

Tints of Fuchsia Pink #FA7FFB

RGB

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

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

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

R = 39.81%
G = 20.22%
B = 39.97%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA7FFB (or 0xFA7FFB) is known color: Fuchsia Pink. HEX triplet: FA, 7F and FB. RGB value is (250,127,251). Sum of RGB (Red+Green+Blue) = 250+127+251=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 127 (50% from 255 or 20.22% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA7FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FFB is #058004. Grayscale: #B1B1B1. Windows color (decimal): -360453 or 16482298. OLE color: 16482298.

HSL color Cylindrical-coordinate representation of color #FA7FFB: 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.49%. Process color model (Four color, CMYK) of #FA7FFB is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 127 251 -
CMYK 0.00 0.49 0 0.02
HSL 299.52º 0.94% 0.74% -
HSV(B) 299.52º 0.49% 0.98% -
XYZ 64.43 42.47 96.07 -
YUV 177.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 250 127 251 0.00 0.49 0 0.02 299.52 0.94 0.74
Hex FA 7F FB 0 31 0 2 12C 5E 4A
Octal 372 177 373 0 61 0 2 454 136 112
Binary 11111010 1111111 11111011 0 110001 0 10 100101100 1011110 1001010

Color Harmonies of #FA7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FFB

Black with #FA7FFB

Text Example


Text Example

White with #FA7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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