#F07BD3

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

Shades of Pale Magenta #F07BD3

Tints of Pale Magenta #F07BD3

Color information

#F07BD3 (or 0xF07BD3) is unknown color: approx Pale Magenta. HEX triplet: F0, 7B and D3. RGB value is (240,123,211). Sum of RGB (Red+Green+Blue) = 240+123+211=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BD3 is #0F842C. Grayscale: #A7A7A7. Windows color (decimal): -1016877 or 13859824. OLE color: 13859824.

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

Color convert

RGB240123211-
CMYK00.490.120.06
HSL314.87º79.59%71.18%-
HSV(B)314.87º48.75%94.12%-
XYZ54.7837.3965.96-
YUV168.02152.26179.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 123 (48.44% from 255) = 21.43%
BLUE value IS 211 (82.81% from 255) = 36.76%
R=41.81%
G=21.43%
B=36.76%

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
Decimal24012321100.490.120.06314.8779.5971.18
HexF07BD3031C613b5047
Octal360173323061146473120107
Binary111100001111011110100110110001110011010011101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BD3; }

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

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

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

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

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

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

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

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