#F68FBF

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

Shades of Tea Rose #F68FBF

Tints of Tea Rose #F68FBF

Color information

#F68FBF (or 0xF68FBF) is unknown color: approx Tea Rose. HEX triplet: F6, 8F and BF. RGB value is (246,143,191). Sum of RGB (Red+Green+Blue) = 246+143+191=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FBF is #097040. Grayscale: #B3B3B3. Windows color (decimal): -618561 or 12554230. OLE color: 12554230.

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

Color convert

RGB246143191-
CMYK00.420.220.04
HSL332.04º85.12%76.27%-
HSV(B)332.04º41.87%96.47%-
XYZ57.234354.57-
YUV179.27134.62175.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 191 (75% from 255) = 32.93%
R=42.41%
G=24.66%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614319100.420.220.04332.0485.1276.27
HexF68FBF02A16414c554c
Octal366217277052264514125114
Binary11110110100011111011111101010101011010010100110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FBF; }

 p { color: rgb(246,143,191); }

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

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

 a { background-color: rgb(246,143,191); }

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

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

 span { border-color: rgb(246,143,191); }

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