Html Css Color HEX #F078FF Fuchsia Pink

📋 copy color: '#F078FF'

red 240 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #F078FF

Tints of Fuchsia Pink #F078FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.51%

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

R = 39.02%
G = 19.51%
B = 41.46%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F078FF (or 0xF078FF) is known color: Fuchsia Pink. HEX triplet: F0, 78 and FF. RGB value is (240,120,255). Sum of RGB (Red+Green+Blue) = 240+120+255=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 120 (47.27% from 255 or 19.51% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #F078FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F078FF is #0F8700. Grayscale: #AAAAAA. Windows color (decimal): -1017601 or 16742640. OLE color: 16742640.

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

Color convert

RGB 240 120 255 -
CMYK 0.06 0.53 0 0
HSL 293.33º 1% 0.74% -
HSV(B) 293.33º 0.53% 1% -
XYZ 60.7 39.18 98.97 -
YUV 171.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 240 120 255 0.06 0.53 0 0 293.33 1 0.74
Hex F0 78 FF 6 35 0 0 125 64 4A
Octal 360 170 377 6 65 0 0 445 144 112
Binary 11110000 1111000 11111111 110 110101 0 0 100100101 1100100 1001010

Color Harmonies of #F078FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F078FF

Black with #F078FF

Text Example


Text Example

White with #F078FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F078FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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