Html Css Color HEX #F581FF Fuchsia Pink

📋 copy color: '#F581FF'

red 245 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #F581FF

Tints of Fuchsia Pink #F581FF

RGB

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

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

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

R = 38.95%
G = 20.51%
B = 40.54%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F581FF (or 0xF581FF) is known color: Fuchsia Pink. HEX triplet: F5, 81 and FF. RGB value is (245,129,255). Sum of RGB (Red+Green+Blue) = 245+129+255=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 129 (50.78% from 255 or 20.51% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #F581FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581FF is #0A7E00. Grayscale: #B1B1B1. Windows color (decimal): -687617 or 16744949. OLE color: 16744949.

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

Color convert

RGB 245 129 255 -
CMYK 0.04 0.49 0 0
HSL 295.24º 1% 0.75% -
HSV(B) 295.24º 0.49% 1% -
XYZ 63.56 42.33 99.43 -
YUV 178.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 245 129 255 0.04 0.49 0 0 295.24 1 0.75
Hex F5 81 FF 4 31 0 0 127 64 4B
Octal 365 201 377 4 61 0 0 447 144 113
Binary 11110101 10000001 11111111 100 110001 0 0 100100111 1100100 1001011

Color Harmonies of #F581FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581FF

Black with #F581FF

Text Example


Text Example

White with #F581FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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