#F07DC5

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

Shades of Tea Rose #F07DC5

Tints of Tea Rose #F07DC5

Color information

#F07DC5 (or 0xF07DC5) is unknown color: approx Tea Rose. HEX triplet: F0, 7D and C5. RGB value is (240,125,197). Sum of RGB (Red+Green+Blue) = 240+125+197=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DC5 is #0F823A. Grayscale: #A7A7A7. Windows color (decimal): -1016379 or 12942832. OLE color: 12942832.

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

Color convert

RGB240125197-
CMYK00.480.180.06
HSL322.43º79.31%71.57%-
HSV(B)322.43º47.92%94.12%-
XYZ53.3537.2257.2-
YUV167.59144.6179.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=42.70%
G=22.24%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012519700.480.180.06322.4379.3171.57
HexF07DC50301261424f48
Octal360175305060226502117110
Binary1111000011111011100010101100001001011010100001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DC5; }

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

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

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

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

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

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

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

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