Html Css Color HEX #FF7CFB Fuchsia Pink

📋 copy color: '#FF7CFB'

red 255 ◦ green 124 ◦ blue 251

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

Shades of Fuchsia Pink #FF7CFB

Tints of Fuchsia Pink #FF7CFB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FF7CFB: hue angle of 301.83º 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 #FF7CFB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 124 251 -
CMYK 0 0.51 0.02 0
HSL 301.83º 1% 0.74% -
HSV(B) 301.83º 0.51% 1% -
XYZ 65.86 42.64 96.03 -
YUV 177.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 255 124 251 0 0.51 0.02 0 301.83 1 0.74
Hex FF 7C FB 0 33 2 0 12E 64 4A
Octal 377 174 373 0 63 2 0 456 144 112
Binary 11111111 1111100 11111011 0 110011 10 0 100101110 1100100 1001010

Color Harmonies of #FF7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CFB

Black with #FF7CFB

Text Example


Text Example

White with #FF7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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