#F68CB9

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

Shades of Tea Rose #F68CB9

Tints of Tea Rose #F68CB9

Color information

#F68CB9 (or 0xF68CB9) is unknown color: approx Tea Rose. HEX triplet: F6, 8C and B9. RGB value is (246,140,185). Sum of RGB (Red+Green+Blue) = 246+140+185=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CB9 is #097346. Grayscale: #B0B0B0. Windows color (decimal): -619335 or 12160246. OLE color: 12160246.

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

Color convert

RGB246140185-
CMYK00.430.250.04
HSL334.53º85.48%75.69%-
HSV(B)334.53º43.09%96.47%-
XYZ56.1441.8551.02-
YUV176.82132.62177.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 140 (55.08% from 255) = 24.52%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=43.08%
G=24.52%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614018500.430.250.04334.5385.4875.69
HexF68CB902B19414f554c
Octal366214271053314517125114
Binary11110110100011001011100101010111100110010100111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CB9; }

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

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

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

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

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

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

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

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