Html Css Color HEX #F076FF Fuchsia Pink

📋 copy color: '#F076FF'

red 240 ◦ green 118 ◦ blue 255

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

Shades of Fuchsia Pink #F076FF

Tints of Fuchsia Pink #F076FF

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 240 118 255 -
CMYK 0.06 0.54 0 0
HSL 293.43º 1% 0.73% -
HSV(B) 293.43º 0.54% 1% -
XYZ 60.46 38.7 98.89 -
YUV 170.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 240 118 255 0.06 0.54 0 0 293.43 1 0.73
Hex F0 76 FF 6 36 0 0 125 64 49
Octal 360 166 377 6 66 0 0 445 144 111
Binary 11110000 1110110 11111111 110 110110 0 0 100100101 1100100 1001001

Color Harmonies of #F076FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076FF

Black with #F076FF

Text Example


Text Example

White with #F076FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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