Html Css Color HEX #F57AFC Fuchsia Pink

📋 copy color: '#F57AFC'

red 245 ◦ green 122 ◦ blue 252

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

Shades of Fuchsia Pink #F57AFC

Tints of Fuchsia Pink #F57AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 39.58%
G = 19.71%
B = 40.71%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F57AFC (or 0xF57AFC) is known color: Fuchsia Pink. HEX triplet: F5, 7A and FC. RGB value is (245,122,252). Sum of RGB (Red+Green+Blue) = 245+122+252=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 122 (48.05% from 255 or 19.71% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #F57AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AFC is #0A8503. Grayscale: #ADADAD. Windows color (decimal): -689412 or 16546549. OLE color: 16546549.

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

Color convert

RGB 245 122 252 -
CMYK 0.03 0.52 0 0.01
HSL 296.77º 0.96% 0.73% -
HSV(B) 296.77º 0.52% 0.99% -
XYZ 62.19 40.36 96.61 -
YUV 173.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 245 122 252 0.03 0.52 0 0.01 296.77 0.96 0.73
Hex F5 7A FC 3 34 0 1 129 60 49
Octal 365 172 374 3 64 0 1 451 140 111
Binary 11110101 1111010 11111100 11 110100 0 1 100101001 1100000 1001001

Color Harmonies of #F57AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AFC

Black with #F57AFC

Text Example


Text Example

White with #F57AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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