Html Css Color HEX #F57CFB Fuchsia Pink

📋 copy color: '#F57CFB'

red 245 ◦ green 124 ◦ blue 251

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

Shades of Fuchsia Pink #F57CFB

Tints of Fuchsia Pink #F57CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 39.52%
G = 20%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F57CFB (or 0xF57CFB) is known color: Fuchsia Pink. HEX triplet: F5, 7C and FB. RGB value is (245,124,251). Sum of RGB (Red+Green+Blue) = 245+124+251=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #F57CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57CFB is #0A8304. Grayscale: #AEAEAE. Windows color (decimal): -688901 or 16481525. OLE color: 16481525.

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

Color convert

RGB 245 124 251 -
CMYK 0.02 0.51 0 0.02
HSL 297.17º 0.94% 0.74% -
HSV(B) 297.17º 0.51% 0.98% -
XYZ 62.28 40.79 95.86 -
YUV 174.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 245 124 251 0.02 0.51 0 0.02 297.17 0.94 0.74
Hex F5 7C FB 2 33 0 2 129 5E 4A
Octal 365 174 373 2 63 0 2 451 136 112
Binary 11110101 1111100 11111011 10 110011 0 10 100101001 1011110 1001010

Color Harmonies of #F57CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57CFB

Black with #F57CFB

Text Example


Text Example

White with #F57CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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