Html Css Color HEX #F582FE Fuchsia Pink

📋 copy color: '#F582FE'

red 245 ◦ green 130 ◦ blue 254

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

Shades of Fuchsia Pink #F582FE

Tints of Fuchsia Pink #F582FE

RGB

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

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

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

R = 38.95%
G = 20.67%
B = 40.38%

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

#F582FE (or 0xF582FE) is known color: Fuchsia Pink. HEX triplet: F5, 82 and FE. RGB value is (245,130,254). Sum of RGB (Red+Green+Blue) = 245+130+254=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 130 (51.17% from 255 or 20.67% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #F582FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582FE is #0A7D01. Grayscale: #B2B2B2. Windows color (decimal): -687362 or 16679669. OLE color: 16679669.

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

Color convert

RGB 245 130 254 -
CMYK 0.04 0.49 0 0.00
HSL 295.65º 0.98% 0.75% -
HSV(B) 295.65º 0.49% 1% -
XYZ 63.53 42.53 98.63 -
YUV 178.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 245 130 254 0.04 0.49 0 0.00 295.65 0.98 0.75
Hex F5 82 FE 4 31 0 0 128 62 4B
Octal 365 202 376 4 61 0 0 450 142 113
Binary 11110101 10000010 11111110 100 110001 0 0 100101000 1100010 1001011

Color Harmonies of #F582FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582FE

Black with #F582FE

Text Example


Text Example

White with #F582FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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