Html Css Color HEX #FB7FFC Fuchsia Pink

📋 copy color: '#FB7FFC'

red 251 ◦ green 127 ◦ blue 252

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

Shades of Fuchsia Pink #FB7FFC

Tints of Fuchsia Pink #FB7FFC

RGB

 RED value IS 251 (98.44% from 255) = 39.84%

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

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

R = 39.84%
G = 20.16%
B = 40%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB7FFC (or 0xFB7FFC) is known color: Fuchsia Pink. HEX triplet: FB, 7F and FC. RGB value is (251,127,252). Sum of RGB (Red+Green+Blue) = 251+127+252=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 127 (50% from 255 or 20.16% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB7FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FFC is #048003. Grayscale: #B1B1B1. Windows color (decimal): -294916 or 16547835. OLE color: 16547835.

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

Color convert

RGB 251 127 252 -
CMYK 0.00 0.50 0 0.01
HSL 299.52º 0.95% 0.74% -
HSV(B) 299.52º 0.5% 0.99% -
XYZ 64.94 42.72 96.92 -
YUV 178.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 251 127 252 0.00 0.50 0 0.01 299.52 0.95 0.74
Hex FB 7F FC 0 32 0 1 12C 5F 4A
Octal 373 177 374 0 62 0 1 454 137 112
Binary 11111011 1111111 11111100 0 110010 0 1 100101100 1011111 1001010

Color Harmonies of #FB7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FFC

Black with #FB7FFC

Text Example


Text Example

White with #FB7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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