Html Css Color HEX #F57FFF Fuchsia Pink

📋 copy color: '#F57FFF'

red 245 ◦ green 127 ◦ blue 255

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

Shades of Fuchsia Pink #F57FFF

Tints of Fuchsia Pink #F57FFF

RGB

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

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

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

R = 39.07%
G = 20.26%
B = 40.67%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F57FFF (or 0xF57FFF) is known color: Fuchsia Pink. HEX triplet: F5, 7F and FF. RGB value is (245,127,255). Sum of RGB (Red+Green+Blue) = 245+127+255=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 127 (50% from 255 or 20.26% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F57FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FFF is #0A8000. Grayscale: #B0B0B0. Windows color (decimal): -688129 or 16744437. OLE color: 16744437.

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

Color convert

RGB 245 127 255 -
CMYK 0.04 0.50 0 0
HSL 295.31º 1% 0.75% -
HSV(B) 295.31º 0.5% 1% -
XYZ 63.3 41.81 99.34 -
YUV 176.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 245 127 255 0.04 0.50 0 0 295.31 1 0.75
Hex F5 7F FF 4 32 0 0 127 64 4B
Octal 365 177 377 4 62 0 0 447 144 113
Binary 11110101 1111111 11111111 100 110010 0 0 100100111 1100100 1001011

Color Harmonies of #F57FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FFF

Black with #F57FFF

Text Example


Text Example

White with #F57FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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