#F07BD4

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

Shades of Pale Magenta #F07BD4

Tints of Pale Magenta #F07BD4

Color information

#F07BD4 (or 0xF07BD4) is unknown color: approx Pale Magenta. HEX triplet: F0, 7B and D4. RGB value is (240,123,212). Sum of RGB (Red+Green+Blue) = 240+123+212=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BD4 is #0F842B. Grayscale: #A7A7A7. Windows color (decimal): -1016876 or 13925360. OLE color: 13925360.

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

Color convert

RGB240123212-
CMYK00.490.120.06
HSL314.36º79.59%71.18%-
HSV(B)314.36º48.75%94.12%-
XYZ54.937.4466.62-
YUV168.13152.76179.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 123 (48.44% from 255) = 21.39%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=41.74%
G=21.39%
B=36.87%

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
Decimal24012321200.490.120.06314.3679.5971.18
HexF07BD4031C613a5047
Octal360173324061146472120107
Binary111100001111011110101000110001110011010011101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BD4; }

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

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

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

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

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

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

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

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