#F282FF

Color #F282FF Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #F282FF

Tints of Fuchsia Pink #F282FF

Color information

#F282FF (or 0xF282FF) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 82 and FF. RGB value is (242,130,255). Sum of RGB (Red+Green+Blue) = 242+130+255=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 130 (51.17% from 255 or 20.73% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F282FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F282FF is #0D7D00. Grayscale: #B1B1B1. Windows color (decimal): -883969 or 16745202. OLE color: 16745202.

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

Color convert

RGB242130255-
CMYK0.050.4900
HSL293.76º100%75.49%-
HSV(B)293.76º49.02%100%-
XYZ62.6542.0699.42-
YUV177.74171.61173.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 130 (51.17% from 255) = 20.73%
BLUE value IS 255 (100% from 255) = 40.67%
R=38.60%
G=20.73%
B=40.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421302550.050.4900293.7610075.49
HexF282FF53100126644b
Octal36220237756100446144113
Binary1111001010000010111111111011100010010010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F282FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F282FF; }

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

 H1.HeaderClassName
 {
   color: #F282FF;
 }
 .AnyTagClassName
 {
   color: #F282FF;
 }
</style>
background-color css

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

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

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

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

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

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