#F67FCC

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

Shades of Tea Rose #F67FCC

Tints of Tea Rose #F67FCC

Color information

#F67FCC (or 0xF67FCC) is unknown color: approx Tea Rose. HEX triplet: F6, 7F and CC. RGB value is (246,127,204). Sum of RGB (Red+Green+Blue) = 246+127+204=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FCC is #098033. Grayscale: #ABABAB. Windows color (decimal): -622644 or 13402102. OLE color: 13402102.

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

Color convert

RGB246127204-
CMYK00.480.170.04
HSL321.18º86.86%73.14%-
HSV(B)321.18º48.37%96.47%-
XYZ56.4939.1361.7-
YUV171.36146.42181.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 127 (50% from 255) = 22.01%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=42.63%
G=22.01%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612720400.480.170.04321.1886.8673.14
HexF67FCC0301141415749
Octal366177314060214501127111
Binary1111011011111111100110001100001000110010100000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FCC; }

 p { color: rgb(246,127,204); }

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

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

 a { background-color: rgb(246,127,204); }

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

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

 span { border-color: rgb(246,127,204); }

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