#F67DC7

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

Shades of Tea Rose #F67DC7

Tints of Tea Rose #F67DC7

Color information

#F67DC7 (or 0xF67DC7) is unknown color: approx Tea Rose. HEX triplet: F6, 7D and C7. RGB value is (246,125,199). Sum of RGB (Red+Green+Blue) = 246+125+199=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DC7 is #098238. Grayscale: #A9A9A9. Windows color (decimal): -623161 or 13073910. OLE color: 13073910.

HSL color Cylindrical-coordinate representation of color #F67DC7: hue angle of 323.31º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DC7 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB246125199-
CMYK00.490.190.04
HSL323.31º87.05%72.75%-
HSV(B)323.31º49.19%96.47%-
XYZ55.6538.3858.51-
YUV169.62144.59182.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=43.16%
G=21.93%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612519900.490.190.04323.3187.0572.75
HexF67DC70311341435749
Octal366175307061234503127111
Binary1111011011111011100011101100011001110010100001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67DC7; }

 p { color: rgb(246,125,199); }

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

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

 a { background-color: rgb(246,125,199); }

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

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

 span { border-color: rgb(246,125,199); }

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