Html Css Color HEX #F57DFB Fuchsia Pink

📋 copy color: '#F57DFB'

red 245 ◦ green 125 ◦ blue 251

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

Shades of Fuchsia Pink #F57DFB

Tints of Fuchsia Pink #F57DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.13%

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

R = 39.45%
G = 20.13%
B = 40.42%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F57DFB (or 0xF57DFB) is known color: Fuchsia Pink. HEX triplet: F5, 7D and FB. RGB value is (245,125,251). Sum of RGB (Red+Green+Blue) = 245+125+251=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 125 (49.22% from 255 or 20.13% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #F57DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DFB is #0A8204. Grayscale: #AEAEAE. Windows color (decimal): -688645 or 16481781. OLE color: 16481781.

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

Color convert

RGB 245 125 251 -
CMYK 0.02 0.50 0 0.02
HSL 297.14º 0.94% 0.74% -
HSV(B) 297.14º 0.5% 0.98% -
XYZ 62.4 41.04 95.9 -
YUV 175.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 245 125 251 0.02 0.50 0 0.02 297.14 0.94 0.74
Hex F5 7D FB 2 32 0 2 129 5E 4A
Octal 365 175 373 2 62 0 2 451 136 112
Binary 11110101 1111101 11111011 10 110010 0 10 100101001 1011110 1001010

Color Harmonies of #F57DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DFB

Black with #F57DFB

Text Example


Text Example

White with #F57DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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