Html Css Color HEX #F582FF Fuchsia Pink

📋 copy color: '#F582FF'

red 245 ◦ green 130 ◦ blue 255

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

Shades of Fuchsia Pink #F582FF

Tints of Fuchsia Pink #F582FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 20.63%

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

R = 38.89%
G = 20.63%
B = 40.48%

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

#F582FF (or 0xF582FF) is known color: Fuchsia Pink. HEX triplet: F5, 82 and FF. RGB value is (245,130,255). Sum of RGB (Red+Green+Blue) = 245+130+255=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 130 (51.17% from 255 or 20.63% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F582FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582FF is #0A7D00. Grayscale: #B2B2B2. Windows color (decimal): -687361 or 16745205. OLE color: 16745205.

HSL color Cylindrical-coordinate representation of color #F582FF: hue angle of 295.2º 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 #F582FF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 130 255 -
CMYK 0.04 0.49 0 0
HSL 295.2º 1% 0.75% -
HSV(B) 295.2º 0.49% 1% -
XYZ 63.69 42.6 99.47 -
YUV 178.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 245 130 255 0.04 0.49 0 0 295.2 1 0.75
Hex F5 82 FF 4 31 0 0 127 64 4B
Octal 365 202 377 4 61 0 0 447 144 113
Binary 11110101 10000010 11111111 100 110001 0 0 100100111 1100100 1001011

Color Harmonies of #F582FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582FF

Black with #F582FF

Text Example


Text Example

White with #F582FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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