Html Css Color HEX #F57FFA Fuchsia Pink

📋 copy color: '#F57FFA'

red 245 ◦ green 127 ◦ blue 250

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

Shades of Fuchsia Pink #F57FFA

Tints of Fuchsia Pink #F57FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 20.42%

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

R = 39.39%
G = 20.42%
B = 40.19%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F57FFA (or 0xF57FFA) is known color: Fuchsia Pink. HEX triplet: F5, 7F and FA. RGB value is (245,127,250). Sum of RGB (Red+Green+Blue) = 245+127+250=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 127 (50% from 255 or 20.42% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #F57FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FFA is #0A8005. Grayscale: #AFAFAF. Windows color (decimal): -688134 or 16416757. OLE color: 16416757.

HSL color Cylindrical-coordinate representation of color #F57FFA: hue angle of 297.56º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57FFA is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 127 250 -
CMYK 0.02 0.49 0 0.02
HSL 297.56º 0.92% 0.74% -
HSV(B) 297.56º 0.49% 0.98% -
XYZ 62.5 41.49 95.16 -
YUV 176.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 245 127 250 0.02 0.49 0 0.02 297.56 0.92 0.74
Hex F5 7F FA 2 31 0 2 12A 5C 4A
Octal 365 177 372 2 61 0 2 452 134 112
Binary 11110101 1111111 11111010 10 110001 0 10 100101010 1011100 1001010

Color Harmonies of #F57FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FFA

Black with #F57FFA

Text Example


Text Example

White with #F57FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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