Html Css Color HEX #F581FE Fuchsia Pink

📋 copy color: '#F581FE'

red 245 ◦ green 129 ◦ blue 254

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

Shades of Fuchsia Pink #F581FE

Tints of Fuchsia Pink #F581FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.54%

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

R = 39.01%
G = 20.54%
B = 40.45%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F581FE (or 0xF581FE) is known color: Fuchsia Pink. HEX triplet: F5, 81 and FE. RGB value is (245,129,254). Sum of RGB (Red+Green+Blue) = 245+129+254=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 129 (50.78% from 255 or 20.54% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #F581FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581FE is #0A7E01. Grayscale: #B1B1B1. Windows color (decimal): -687618 or 16679413. OLE color: 16679413.

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

Color convert

RGB 245 129 254 -
CMYK 0.04 0.49 0 0.00
HSL 295.68º 0.98% 0.75% -
HSV(B) 295.68º 0.49% 1% -
XYZ 63.4 42.27 98.58 -
YUV 177.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 245 129 254 0.04 0.49 0 0.00 295.68 0.98 0.75
Hex F5 81 FE 4 31 0 0 128 62 4B
Octal 365 201 376 4 61 0 0 450 142 113
Binary 11110101 10000001 11111110 100 110001 0 0 100101000 1100010 1001011

Color Harmonies of #F581FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581FE

Black with #F581FE

Text Example


Text Example

White with #F581FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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