Html Css Color HEX #F076FE Fuchsia Pink

📋 copy color: '#F076FE'

red 240 ◦ green 118 ◦ blue 254

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

Shades of Fuchsia Pink #F076FE

Tints of Fuchsia Pink #F076FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 39.22%
G = 19.28%
B = 41.5%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F076FE (or 0xF076FE) is known color: Fuchsia Pink. HEX triplet: F0, 76 and FE. RGB value is (240,118,254). Sum of RGB (Red+Green+Blue) = 240+118+254=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 118 (46.48% from 255 or 19.28% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #F076FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F076FE is #0F8901. Grayscale: #A9A9A9. Windows color (decimal): -1018114 or 16676592. OLE color: 16676592.

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

Color convert

RGB 240 118 254 -
CMYK 0.06 0.54 0 0.00
HSL 293.82º 0.99% 0.73% -
HSV(B) 293.82º 0.54% 1% -
XYZ 60.3 38.64 98.05 -
YUV 169.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 240 118 254 0.06 0.54 0 0.00 293.82 0.99 0.73
Hex F0 76 FE 6 36 0 0 126 63 49
Octal 360 166 376 6 66 0 0 446 143 111
Binary 11110000 1110110 11111110 110 110110 0 0 100100110 1100011 1001001

Color Harmonies of #F076FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076FE

Black with #F076FE

Text Example


Text Example

White with #F076FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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