Html Css Color HEX #FB7CFF Fuchsia Pink

📋 copy color: '#FB7CFF'

red 251 ◦ green 124 ◦ blue 255

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

Shades of Fuchsia Pink #FB7CFF

Tints of Fuchsia Pink #FB7CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 39.84%
G = 19.68%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB7CFF (or 0xFB7CFF) is known color: Fuchsia Pink. HEX triplet: FB, 7C and FF. RGB value is (251,124,255). Sum of RGB (Red+Green+Blue) = 251+124+255=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 124 (48.83% from 255 or 19.68% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CFF is #048300. Grayscale: #B0B0B0. Windows color (decimal): -295681 or 16743675. OLE color: 16743675.

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

Color convert

RGB 251 124 255 -
CMYK 0.02 0.51 0 0
HSL 298.17º 1% 0.74% -
HSV(B) 298.17º 0.51% 1% -
XYZ 65.04 42.14 99.31 -
YUV 176.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 251 124 255 0.02 0.51 0 0 298.17 1 0.74
Hex FB 7C FF 2 33 0 0 12A 64 4A
Octal 373 174 377 2 63 0 0 452 144 112
Binary 11111011 1111100 11111111 10 110011 0 0 100101010 1100100 1001010

Color Harmonies of #FB7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CFF

Black with #FB7CFF

Text Example


Text Example

White with #FB7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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