#F278DC

Color #F278DC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F278DC

Tints of Pale Magenta #F278DC

Color information

#F278DC (or 0xF278DC) is unknown color: approx Pale Magenta. HEX triplet: F2, 78 and DC. RGB value is (242,120,220). Sum of RGB (Red+Green+Blue) = 242+120+220=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F278DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278DC is #0D8723. Grayscale: #A7A7A7. Windows color (decimal): -886564 or 14448882. OLE color: 14448882.

HSL color Cylindrical-coordinate representation of color #F278DC: hue angle of 310.82º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278DC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242120220-
CMYK00.500.090.05
HSL310.82º82.43%70.98%-
HSV(B)310.82º50.41%94.9%-
XYZ56.2537.4871.98-
YUV167.88157.42180.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 120 (47.27% from 255) = 20.62%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=41.58%
G=20.62%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212022000.500.090.05310.8282.4370.98
HexF278DC032951375247
Octal362170334062115467122107
Binary111100101111000110111000110010100110110011011110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F278DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F278DC; }

 p { color: rgb(242,120,220); }

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

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

 a { background-color: rgb(242,120,220); }

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

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

 span { border-color: rgb(242,120,220); }

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