Html Css Color HEX #F575FC Fuchsia Pink

📋 copy color: '#F575FC'

red 245 ◦ green 117 ◦ blue 252

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

Shades of Fuchsia Pink #F575FC

Tints of Fuchsia Pink #F575FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 39.9%
G = 19.06%
B = 41.04%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F575FC (or 0xF575FC) is known color: Fuchsia Pink. HEX triplet: F5, 75 and FC. RGB value is (245,117,252). Sum of RGB (Red+Green+Blue) = 245+117+252=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 117 (46.09% from 255 or 19.06% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #F575FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575FC is #0A8A03. Grayscale: #AAAAAA. Windows color (decimal): -690692 or 16545269. OLE color: 16545269.

HSL color Cylindrical-coordinate representation of color #F575FC: hue angle of 296.89º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F575FC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 117 252 -
CMYK 0.03 0.54 0 0.01
HSL 296.89º 0.96% 0.72% -
HSV(B) 296.89º 0.54% 0.99% -
XYZ 61.59 39.16 96.41 -
YUV 170.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 245 117 252 0.03 0.54 0 0.01 296.89 0.96 0.72
Hex F5 75 FC 3 36 0 1 129 60 48
Octal 365 165 374 3 66 0 1 451 140 110
Binary 11110101 1110101 11111100 11 110110 0 1 100101001 1100000 1001000

Color Harmonies of #F575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575FC

Black with #F575FC

Text Example


Text Example

White with #F575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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