#F67DCA

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

Shades of Tea Rose #F67DCA

Tints of Tea Rose #F67DCA

Color information

#F67DCA (or 0xF67DCA) is unknown color: approx Tea Rose. HEX triplet: F6, 7D and CA. RGB value is (246,125,202). Sum of RGB (Red+Green+Blue) = 246+125+202=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DCA is #098235. Grayscale: #A9A9A9. Windows color (decimal): -623158 or 13270518. OLE color: 13270518.

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

Color convert

RGB246125202-
CMYK00.490.180.04
HSL321.82º87.05%72.75%-
HSV(B)321.82º49.19%96.47%-
XYZ5638.5260.36-
YUV169.96146.09182.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 125 (49.22% from 255) = 21.82%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=42.93%
G=21.82%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612520200.490.180.04321.8287.0572.75
HexF67DCA0311241425749
Octal366175312061224502127111
Binary1111011011111011100101001100011001010010100001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67DCA; }

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

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

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

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

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

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

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

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