Html Css Color HEX #F580FE Fuchsia Pink

📋 copy color: '#F580FE'

red 245 ◦ green 128 ◦ blue 254

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

Shades of Fuchsia Pink #F580FE

Tints of Fuchsia Pink #F580FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.41%

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 39.07%
G = 20.41%
B = 40.51%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F580FE (or 0xF580FE) is known color: Fuchsia Pink. HEX triplet: F5, 80 and FE. RGB value is (245,128,254). Sum of RGB (Red+Green+Blue) = 245+128+254=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 128 (50.39% from 255 or 20.41% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #F580FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580FE is #0A7F01. Grayscale: #B0B0B0. Windows color (decimal): -687874 or 16679157. OLE color: 16679157.

HSL color Cylindrical-coordinate representation of color #F580FE: hue angle of 295.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F580FE is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 128 254 -
CMYK 0.04 0.50 0 0.00
HSL 295.71º 0.98% 0.75% -
HSV(B) 295.71º 0.5% 1% -
XYZ 63.26 42.01 98.54 -
YUV 177.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 245 128 254 0.04 0.50 0 0.00 295.71 0.98 0.75
Hex F5 80 FE 4 32 0 0 128 62 4B
Octal 365 200 376 4 62 0 0 450 142 113
Binary 11110101 10000000 11111110 100 110010 0 0 100101000 1100010 1001011

Color Harmonies of #F580FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F580FE

Black with #F580FE

Text Example


Text Example

White with #F580FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F580FE; }

 p { color: rgb(245,128,254); }

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

background-color css

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

 a { background-color: rgb(245,128,254); }

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

border-color css

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

 span { border-color: rgb(245,128,254); }

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