#F68CCD

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

Shades of Tea Rose #F68CCD

Tints of Tea Rose #F68CCD

Color information

#F68CCD (or 0xF68CCD) is unknown color: approx Tea Rose. HEX triplet: F6, 8C and CD. RGB value is (246,140,205). Sum of RGB (Red+Green+Blue) = 246+140+205=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CCD is #097332. Grayscale: #B2B2B2. Windows color (decimal): -619315 or 13470966. OLE color: 13470966.

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

Color convert

RGB246140205-
CMYK00.430.170.04
HSL323.21º85.48%75.69%-
HSV(B)323.21º43.09%96.47%-
XYZ58.442.7662.93-
YUV179.1142.62175.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 140 (55.08% from 255) = 23.69%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=41.62%
G=23.69%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614020500.430.170.04323.2185.4875.69
HexF68CCD02B114143554c
Octal366214315053214503125114
Binary11110110100011001100110101010111000110010100001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CCD; }

 p { color: rgb(246,140,205); }

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

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

 a { background-color: rgb(246,140,205); }

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

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

 span { border-color: rgb(246,140,205); }

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