#F07DCE

Color #F07DCE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F07DCE

Tints of Tea Rose #F07DCE

Color information

#F07DCE (or 0xF07DCE) is unknown color: approx Tea Rose. HEX triplet: F0, 7D and CE. RGB value is (240,125,206). Sum of RGB (Red+Green+Blue) = 240+125+206=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DCE is #0F8231. Grayscale: #A8A8A8. Windows color (decimal): -1016370 or 13532656. OLE color: 13532656.

HSL color Cylindrical-coordinate representation of color #F07DCE: hue angle of 317.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DCE is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240125206-
CMYK00.480.140.06
HSL317.74º79.31%71.57%-
HSV(B)317.74º47.92%94.12%-
XYZ54.4137.6562.79-
YUV168.62149.1178.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=42.03%
G=21.89%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012520600.480.140.06317.7479.3171.57
HexF07DCE030E613e4f48
Octal360175316060166476117110
Binary111100001111101110011100110000111011010011111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DCE; }

 p { color: rgb(240,125,206); }

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

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

 a { background-color: rgb(240,125,206); }

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

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

 span { border-color: rgb(240,125,206); }

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