Html Css Color HEX #F578FF Fuchsia Pink

📋 copy color: '#F578FF'

red 245 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #F578FF

Tints of Fuchsia Pink #F578FF

RGB

 RED value IS 245 (96.09% from 255) = 39.52%

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

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

R = 39.52%
G = 19.35%
B = 41.13%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F578FF (or 0xF578FF) is known color: Fuchsia Pink. HEX triplet: F5, 78 and FF. RGB value is (245,120,255). Sum of RGB (Red+Green+Blue) = 245+120+255=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 120 (47.27% from 255 or 19.35% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #F578FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F578FF is #0A8700. Grayscale: #ACACAC. Windows color (decimal): -689921 or 16742645. OLE color: 16742645.

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

Color convert

RGB 245 120 255 -
CMYK 0.04 0.53 0 0
HSL 295.56º 1% 0.74% -
HSV(B) 295.56º 0.53% 1% -
XYZ 62.42 40.07 99.05 -
YUV 172.77 174.41 179.52 -
System Red Green Blue C M Y K H S L
Decimal 245 120 255 0.04 0.53 0 0 295.56 1 0.74
Hex F5 78 FF 4 35 0 0 128 64 4A
Octal 365 170 377 4 65 0 0 450 144 112
Binary 11110101 1111000 11111111 100 110101 0 0 100101000 1100100 1001010

Color Harmonies of #F578FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F578FF

Black with #F578FF

Text Example


Text Example

White with #F578FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F578FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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