Html Css Color HEX #F577FE Fuchsia Pink

📋 copy color: '#F577FE'

red 245 ◦ green 119 ◦ blue 254

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

Shades of Fuchsia Pink #F577FE

Tints of Fuchsia Pink #F577FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.26%

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

R = 39.64%
G = 19.26%
B = 41.1%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F577FE (or 0xF577FE) is known color: Fuchsia Pink. HEX triplet: F5, 77 and FE. RGB value is (245,119,254). Sum of RGB (Red+Green+Blue) = 245+119+254=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 119 (46.88% from 255 or 19.26% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #F577FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F577FE is #0A8801. Grayscale: #ABABAB. Windows color (decimal): -690178 or 16676853. OLE color: 16676853.

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

Color convert

RGB 245 119 254 -
CMYK 0.04 0.53 0 0.00
HSL 296º 0.99% 0.73% -
HSV(B) 296º 0.53% 1% -
XYZ 62.14 39.76 98.17 -
YUV 172.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 245 119 254 0.04 0.53 0 0.00 296 0.99 0.73
Hex F5 77 FE 4 35 0 0 128 63 49
Octal 365 167 376 4 65 0 0 450 143 111
Binary 11110101 1110111 11111110 100 110101 0 0 100101000 1100011 1001001

Color Harmonies of #F577FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577FE

Black with #F577FE

Text Example


Text Example

White with #F577FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577FE; }

 p { color: rgb(245,119,254); }

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

background-color css

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

 a { background-color: rgb(245,119,254); }

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

border-color css

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

 span { border-color: rgb(245,119,254); }

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