Html Css Color HEX #F57CFE Fuchsia Pink

📋 copy color: '#F57CFE'

red 245 ◦ green 124 ◦ blue 254

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

Shades of Fuchsia Pink #F57CFE

Tints of Fuchsia Pink #F57CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.9%

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 39.33%
G = 19.9%
B = 40.77%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F57CFE (or 0xF57CFE) is known color: Fuchsia Pink. HEX triplet: F5, 7C and FE. RGB value is (245,124,254). Sum of RGB (Red+Green+Blue) = 245+124+254=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 124 (48.83% from 255 or 19.90% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #F57CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57CFE is #0A8301. Grayscale: #AEAEAE. Windows color (decimal): -688898 or 16678133. OLE color: 16678133.

HSL color Cylindrical-coordinate representation of color #F57CFE: hue angle of 295.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57CFE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 124 254 -
CMYK 0.04 0.51 0 0.00
HSL 295.85º 0.98% 0.74% -
HSV(B) 295.85º 0.51% 1% -
XYZ 62.75 40.98 98.37 -
YUV 175 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 245 124 254 0.04 0.51 0 0.00 295.85 0.98 0.74
Hex F5 7C FE 4 33 0 0 128 62 4A
Octal 365 174 376 4 63 0 0 450 142 112
Binary 11110101 1111100 11111110 100 110011 0 0 100101000 1100010 1001010

Color Harmonies of #F57CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57CFE

Black with #F57CFE

Text Example


Text Example

White with #F57CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57CFE; }

 p { color: rgb(245,124,254); }

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

background-color css

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

 a { background-color: rgb(245,124,254); }

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

border-color css

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

 span { border-color: rgb(245,124,254); }

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