Html Css Color HEX #F584FE Fuchsia Pink

📋 copy color: '#F584FE'

red 245 ◦ green 132 ◦ blue 254

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

Shades of Fuchsia Pink #F584FE

Tints of Fuchsia Pink #F584FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 20.92%

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

R = 38.83%
G = 20.92%
B = 40.25%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F584FE (or 0xF584FE) is known color: Fuchsia Pink. HEX triplet: F5, 84 and FE. RGB value is (245,132,254). Sum of RGB (Red+Green+Blue) = 245+132+254=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 132 (51.95% from 255 or 20.92% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #F584FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584FE is #0A7B01. Grayscale: #B3B3B3. Windows color (decimal): -686850 or 16680181. OLE color: 16680181.

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

Color convert

RGB 245 132 254 -
CMYK 0.04 0.48 0 0.00
HSL 295.57º 0.98% 0.76% -
HSV(B) 295.57º 0.48% 1% -
XYZ 63.8 43.07 98.72 -
YUV 179.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 245 132 254 0.04 0.48 0 0.00 295.57 0.98 0.76
Hex F5 84 FE 4 30 0 0 128 62 4C
Octal 365 204 376 4 60 0 0 450 142 114
Binary 11110101 10000100 11111110 100 110000 0 0 100101000 1100010 1001100

Color Harmonies of #F584FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584FE

Black with #F584FE

Text Example


Text Example

White with #F584FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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