#F07CD1

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

Shades of Tea Rose #F07CD1

Tints of Tea Rose #F07CD1

Color information

#F07CD1 (or 0xF07CD1) is unknown color: approx Tea Rose. HEX triplet: F0, 7C and D1. RGB value is (240,124,209). Sum of RGB (Red+Green+Blue) = 240+124+209=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CD1 is #0F832E. Grayscale: #A8A8A8. Windows color (decimal): -1016623 or 13729008. OLE color: 13729008.

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

Color convert

RGB240124209-
CMYK00.480.130.06
HSL316.03º79.45%71.37%-
HSV(B)316.03º48.33%94.12%-
XYZ54.6537.5464.69-
YUV168.37150.93179.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 124 (48.83% from 255) = 21.64%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=41.88%
G=21.64%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012420900.480.130.06316.0379.4571.37
HexF07CD1030D613c4f47
Octal360174321060156474117107
Binary111100001111100110100010110000110111010011110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CD1; }

 p { color: rgb(240,124,209); }

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

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

 a { background-color: rgb(240,124,209); }

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

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

 span { border-color: rgb(240,124,209); }

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