Html Css Color HEX #FF76F0 Fuchsia Pink

📋 copy color: '#FF76F0'

red 255 ◦ green 118 ◦ blue 240

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

Shades of Fuchsia Pink #FF76F0

Tints of Fuchsia Pink #FF76F0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.25%

 BLUE value IS 240 (94.14% from 255) = 39.15%

R = 41.6%
G = 19.25%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF76F0 (or 0xFF76F0) is known color: Fuchsia Pink. HEX triplet: FF, 76 and F0. RGB value is (255,118,240). Sum of RGB (Red+Green+Blue) = 255+118+240=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 118 (46.48% from 255 or 19.25% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76F0 is #00890F. Grayscale: #ACACAC. Windows color (decimal): -35088 or 15759103. OLE color: 15759103.

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

Color convert

RGB 255 118 240 -
CMYK 0 0.54 0.06 0
HSL 306.57º 1% 0.73% -
HSV(B) 306.57º 0.54% 1% -
XYZ 63.45 40.51 86.91 -
YUV 172.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 255 118 240 0 0.54 0.06 0 306.57 1 0.73
Hex FF 76 F0 0 36 6 0 133 64 49
Octal 377 166 360 0 66 6 0 463 144 111
Binary 11111111 1110110 11110000 0 110110 110 0 100110011 1100100 1001001

Color Harmonies of #FF76F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76F0

Black with #FF76F0

Text Example


Text Example

White with #FF76F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76F0; }

 p { color: rgb(255,118,240); }

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

background-color css

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

 a { background-color: rgb(255,118,240); }

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

border-color css

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

 span { border-color: rgb(255,118,240); }

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