Html Css Color HEX #F57AFF Fuchsia Pink

📋 copy color: '#F57AFF'

red 245 ◦ green 122 ◦ blue 255

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

Shades of Fuchsia Pink #F57AFF

Tints of Fuchsia Pink #F57AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 39.39%
G = 19.61%
B = 41%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F57AFF (or 0xF57AFF) is known color: Fuchsia Pink. HEX triplet: F5, 7A and FF. RGB value is (245,122,255). Sum of RGB (Red+Green+Blue) = 245+122+255=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 122 (48.05% from 255 or 19.61% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #F57AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AFF is #0A8500. Grayscale: #ADADAD. Windows color (decimal): -689409 or 16743157. OLE color: 16743157.

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

Color convert

RGB 245 122 255 -
CMYK 0.04 0.52 0 0
HSL 295.49º 1% 0.74% -
HSV(B) 295.49º 0.52% 1% -
XYZ 62.67 40.55 99.13 -
YUV 173.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 245 122 255 0.04 0.52 0 0 295.49 1 0.74
Hex F5 7A FF 4 34 0 0 127 64 4A
Octal 365 172 377 4 64 0 0 447 144 112
Binary 11110101 1111010 11111111 100 110100 0 0 100100111 1100100 1001010

Color Harmonies of #F57AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AFF

Black with #F57AFF

Text Example


Text Example

White with #F57AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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