#F07BD2

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

Shades of Pale Magenta #F07BD2

Tints of Pale Magenta #F07BD2

Color information

#F07BD2 (or 0xF07BD2) is unknown color: approx Pale Magenta. HEX triplet: F0, 7B and D2. RGB value is (240,123,210). Sum of RGB (Red+Green+Blue) = 240+123+210=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BD2 is #0F842D. Grayscale: #A7A7A7. Windows color (decimal): -1016878 or 13794288. OLE color: 13794288.

HSL color Cylindrical-coordinate representation of color #F07BD2: hue angle of 315.38º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BD2 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240123210-
CMYK00.490.120.06
HSL315.38º79.59%71.18%-
HSV(B)315.38º48.75%94.12%-
XYZ54.6537.3465.3-
YUV167.9151.76179.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 123 (48.44% from 255) = 21.47%
BLUE value IS 210 (82.42% from 255) = 36.65%
R=41.88%
G=21.47%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012321000.490.120.06315.3879.5971.18
HexF07BD2031C613b5047
Octal360173322061146473120107
Binary111100001111011110100100110001110011010011101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BD2; }

 p { color: rgb(240,123,210); }

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

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

 a { background-color: rgb(240,123,210); }

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

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

 span { border-color: rgb(240,123,210); }

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