#F67DC6

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

Shades of Tea Rose #F67DC6

Tints of Tea Rose #F67DC6

Color information

#F67DC6 (or 0xF67DC6) is unknown color: approx Tea Rose. HEX triplet: F6, 7D and C6. RGB value is (246,125,198). Sum of RGB (Red+Green+Blue) = 246+125+198=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DC6 is #098239. Grayscale: #A9A9A9. Windows color (decimal): -623162 or 13008374. OLE color: 13008374.

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

Color convert

RGB246125198-
CMYK00.490.200.04
HSL323.8º87.05%72.75%-
HSV(B)323.8º49.19%96.47%-
XYZ55.5338.3457.9-
YUV169.5144.09182.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=43.23%
G=21.97%
B=34.80%

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
Decimal24612519800.490.200.04323.887.0572.75
HexF67DC60311441445749
Octal366175306061244504127111
Binary1111011011111011100011001100011010010010100010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67DC6; }

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

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

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

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

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

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

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

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