Html Css Color HEX #FF76F2 Fuchsia Pink

📋 copy color: '#FF76F2'

red 255 ◦ green 118 ◦ blue 242

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

Shades of Fuchsia Pink #FF76F2

Tints of Fuchsia Pink #FF76F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.35%

R = 41.46%
G = 19.19%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF76F2 (or 0xFF76F2) is known color: Fuchsia Pink. HEX triplet: FF, 76 and F2. RGB value is (255,118,242). Sum of RGB (Red+Green+Blue) = 255+118+242=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 118 (46.48% from 255 or 19.19% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76F2 is #00890D. Grayscale: #ACACAC. Windows color (decimal): -35086 or 15890175. OLE color: 15890175.

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

Color convert

RGB 255 118 242 -
CMYK 0 0.54 0.05 0
HSL 305.69º 1% 0.73% -
HSV(B) 305.69º 0.54% 1% -
XYZ 63.75 40.63 88.49 -
YUV 173.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 255 118 242 0 0.54 0.05 0 305.69 1 0.73
Hex FF 76 F2 0 36 5 0 132 64 49
Octal 377 166 362 0 66 5 0 462 144 111
Binary 11111111 1110110 11110010 0 110110 101 0 100110010 1100100 1001001

Color Harmonies of #FF76F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76F2

Black with #FF76F2

Text Example


Text Example

White with #FF76F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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