#F67DC5

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

Shades of Tea Rose #F67DC5

Tints of Tea Rose #F67DC5

Color information

#F67DC5 (or 0xF67DC5) is unknown color: approx Tea Rose. HEX triplet: F6, 7D and C5. RGB value is (246,125,197). Sum of RGB (Red+Green+Blue) = 246+125+197=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DC5 is #09823A. Grayscale: #A9A9A9. Windows color (decimal): -623163 or 12942838. OLE color: 12942838.

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

Color convert

RGB246125197-
CMYK00.490.200.04
HSL324.3º87.05%72.75%-
HSV(B)324.3º49.19%96.47%-
XYZ55.4238.2957.29-
YUV169.39143.59182.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.31%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=43.31%
G=22.01%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612519700.490.200.04324.387.0572.75
HexF67DC50311441445749
Octal366175305061244504127111
Binary1111011011111011100010101100011010010010100010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67DC5; }

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

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

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

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

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

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

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

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