Html Css Color HEX #FF7FFB Fuchsia Pink

📋 copy color: '#FF7FFB'

red 255 ◦ green 127 ◦ blue 251

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

Shades of Fuchsia Pink #FF7FFB

Tints of Fuchsia Pink #FF7FFB

RGB

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

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

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

R = 40.28%
G = 20.06%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF7FFB (or 0xFF7FFB) is known color: Fuchsia Pink. HEX triplet: FF, 7F and FB. RGB value is (255,127,251). Sum of RGB (Red+Green+Blue) = 255+127+251=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 127 (50% from 255 or 20.06% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FFB is #008004. Grayscale: #B3B3B3. Windows color (decimal): -32773 or 16482303. OLE color: 16482303.

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

Color convert

RGB 255 127 251 -
CMYK 0 0.50 0.02 0
HSL 301.88º 1% 0.75% -
HSV(B) 301.88º 0.5% 1% -
XYZ 66.24 43.4 96.15 -
YUV 179.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 255 127 251 0 0.50 0.02 0 301.88 1 0.75
Hex FF 7F FB 0 32 2 0 12E 64 4B
Octal 377 177 373 0 62 2 0 456 144 113
Binary 11111111 1111111 11111011 0 110010 10 0 100101110 1100100 1001011

Color Harmonies of #FF7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FFB

Black with #FF7FFB

Text Example


Text Example

White with #FF7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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