Html Css Color HEX #F076FA Fuchsia Pink

📋 copy color: '#F076FA'

red 240 ◦ green 118 ◦ blue 250

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

Shades of Fuchsia Pink #F076FA

Tints of Fuchsia Pink #F076FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 39.47%
G = 19.41%
B = 41.12%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F076FA (or 0xF076FA) is known color: Fuchsia Pink. HEX triplet: F0, 76 and FA. RGB value is (240,118,250). Sum of RGB (Red+Green+Blue) = 240+118+250=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 118 (46.48% from 255 or 19.41% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #F076FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F076FA is #0F8905. Grayscale: #A9A9A9. Windows color (decimal): -1018118 or 16414448. OLE color: 16414448.

HSL color Cylindrical-coordinate representation of color #F076FA: hue angle of 295.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F076FA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 118 250 -
CMYK 0.04 0.53 0 0.02
HSL 295.45º 0.93% 0.72% -
HSV(B) 295.45º 0.53% 0.98% -
XYZ 59.67 38.38 94.71 -
YUV 169.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 240 118 250 0.04 0.53 0 0.02 295.45 0.93 0.72
Hex F0 76 FA 4 35 0 2 127 5D 48
Octal 360 166 372 4 65 0 2 447 135 110
Binary 11110000 1110110 11111010 100 110101 0 10 100100111 1011101 1001000

Color Harmonies of #F076FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076FA

Black with #F076FA

Text Example


Text Example

White with #F076FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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