#F274DA

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

Shades of Pale Magenta #F274DA

Tints of Pale Magenta #F274DA

Color information

#F274DA (or 0xF274DA) is unknown color: approx Pale Magenta. HEX triplet: F2, 74 and DA. RGB value is (242,116,218). Sum of RGB (Red+Green+Blue) = 242+116+218=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F274DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274DA is #0D8B25. Grayscale: #A5A5A5. Windows color (decimal): -887590 or 14316786. OLE color: 14316786.

HSL color Cylindrical-coordinate representation of color #F274DA: hue angle of 311.43º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274DA is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242116218-
CMYK00.520.100.05
HSL311.43º82.89%70.2%-
HSV(B)311.43º52.07%94.9%-
XYZ55.5236.4370.44-
YUV165.3157.74182.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.01%
GREEN value IS 116 (45.70% from 255) = 20.14%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=42.01%
G=20.14%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211621800.520.100.05311.4382.8970.2
HexF274DA034A51375346
Octal362164332064125467123106
Binary111100101110100110110100110100101010110011011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274DA; }

 p { color: rgb(242,116,218); }

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

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

 a { background-color: rgb(242,116,218); }

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

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

 span { border-color: rgb(242,116,218); }

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