Html Css Color HEX #F57FFD Fuchsia Pink

📋 copy color: '#F57FFD'

red 245 ◦ green 127 ◦ blue 253

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

Shades of Fuchsia Pink #F57FFD

Tints of Fuchsia Pink #F57FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.48%

R = 39.2%
G = 20.32%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F57FFD (or 0xF57FFD) is known color: Fuchsia Pink. HEX triplet: F5, 7F and FD. RGB value is (245,127,253). Sum of RGB (Red+Green+Blue) = 245+127+253=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 127 (50% from 255 or 20.32% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #F57FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FFD is #0A8002. Grayscale: #B0B0B0. Windows color (decimal): -688131 or 16613365. OLE color: 16613365.

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

Color convert

RGB 245 127 253 -
CMYK 0.03 0.50 0 0.01
HSL 296.19º 0.97% 0.75% -
HSV(B) 296.19º 0.5% 0.99% -
XYZ 62.98 41.68 97.65 -
YUV 176.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 245 127 253 0.03 0.50 0 0.01 296.19 0.97 0.75
Hex F5 7F FD 3 32 0 1 128 61 4B
Octal 365 177 375 3 62 0 1 450 141 113
Binary 11110101 1111111 11111101 11 110010 0 1 100101000 1100001 1001011

Color Harmonies of #F57FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FFD

Black with #F57FFD

Text Example


Text Example

White with #F57FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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