Html Css Color HEX #F57AF8 Fuchsia Pink

📋 copy color: '#F57AF8'

red 245 ◦ green 122 ◦ blue 248

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

Shades of Fuchsia Pink #F57AF8

Tints of Fuchsia Pink #F57AF8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.84%

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 39.84%
G = 19.84%
B = 40.33%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F57AF8 (or 0xF57AF8) is known color: Fuchsia Pink. HEX triplet: F5, 7A and F8. RGB value is (245,122,248). Sum of RGB (Red+Green+Blue) = 245+122+248=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 122 (48.05% from 255 or 19.84% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #F57AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AF8 is #0A8507. Grayscale: #ACACAC. Windows color (decimal): -689416 or 16284405. OLE color: 16284405.

HSL color Cylindrical-coordinate representation of color #F57AF8: hue angle of 298.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57AF8 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 122 248 -
CMYK 0.01 0.51 0 0.03
HSL 298.57º 0.9% 0.73% -
HSV(B) 298.57º 0.51% 0.97% -
XYZ 61.56 40.11 93.3 -
YUV 173.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 245 122 248 0.01 0.51 0 0.03 298.57 0.9 0.73
Hex F5 7A F8 1 33 0 3 12B 5A 49
Octal 365 172 370 1 63 0 3 453 132 111
Binary 11110101 1111010 11111000 1 110011 0 11 100101011 1011010 1001001

Color Harmonies of #F57AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AF8

Black with #F57AF8

Text Example


Text Example

White with #F57AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AF8; }

 p { color: rgb(245,122,248); }

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

background-color css

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

 a { background-color: rgb(245,122,248); }

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

border-color css

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

 span { border-color: rgb(245,122,248); }

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