Html Css Color HEX #F575FA Fuchsia Pink

📋 copy color: '#F575FA'

red 245 ◦ green 117 ◦ blue 250

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

Shades of Fuchsia Pink #F575FA

Tints of Fuchsia Pink #F575FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.12%

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

R = 40.03%
G = 19.12%
B = 40.85%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F575FA (or 0xF575FA) is known color: Fuchsia Pink. HEX triplet: F5, 75 and FA. RGB value is (245,117,250). Sum of RGB (Red+Green+Blue) = 245+117+250=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 117 (46.09% from 255 or 19.12% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #F575FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575FA is #0A8A05. Grayscale: #AAAAAA. Windows color (decimal): -690694 or 16414197. OLE color: 16414197.

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

Color convert

RGB 245 117 250 -
CMYK 0.02 0.53 0 0.02
HSL 297.74º 0.93% 0.72% -
HSV(B) 297.74º 0.53% 0.98% -
XYZ 61.27 39.04 94.75 -
YUV 170.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 245 117 250 0.02 0.53 0 0.02 297.74 0.93 0.72
Hex F5 75 FA 2 35 0 2 12A 5D 48
Octal 365 165 372 2 65 0 2 452 135 110
Binary 11110101 1110101 11111010 10 110101 0 10 100101010 1011101 1001000

Color Harmonies of #F575FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575FA

Black with #F575FA

Text Example


Text Example

White with #F575FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575FA; }

 p { color: rgb(245,117,250); }

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

background-color css

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

 a { background-color: rgb(245,117,250); }

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

border-color css

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

 span { border-color: rgb(245,117,250); }

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