Html Css Color HEX #F573FF Fuchsia Pink

📋 copy color: '#F573FF'

red 245 ◦ green 115 ◦ blue 255

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

Shades of Fuchsia Pink #F573FF

Tints of Fuchsia Pink #F573FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.7%

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

R = 39.84%
G = 18.7%
B = 41.46%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F573FF (or 0xF573FF) is known color: Fuchsia Pink. HEX triplet: F5, 73 and FF. RGB value is (245,115,255). Sum of RGB (Red+Green+Blue) = 245+115+255=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 115 (45.31% from 255 or 18.70% 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 #F573FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F573FF is #0A8C00. Grayscale: #A9A9A9. Windows color (decimal): -691201 or 16741365. OLE color: 16741365.

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

Color convert

RGB 245 115 255 -
CMYK 0.04 0.55 0 0
HSL 295.71º 1% 0.73% -
HSV(B) 295.71º 0.55% 1% -
XYZ 61.84 38.89 98.86 -
YUV 169.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 245 115 255 0.04 0.55 0 0 295.71 1 0.73
Hex F5 73 FF 4 37 0 0 128 64 49
Octal 365 163 377 4 67 0 0 450 144 111
Binary 11110101 1110011 11111111 100 110111 0 0 100101000 1100100 1001001

Color Harmonies of #F573FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F573FF

Black with #F573FF

Text Example


Text Example

White with #F573FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F573FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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