#F68FBE

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

Shades of Tea Rose #F68FBE

Tints of Tea Rose #F68FBE

Color information

#F68FBE (or 0xF68FBE) is unknown color: approx Tea Rose. HEX triplet: F6, 8F and BE. RGB value is (246,143,190). Sum of RGB (Red+Green+Blue) = 246+143+190=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FBE is #097041. Grayscale: #B3B3B3. Windows color (decimal): -618562 or 12488694. OLE color: 12488694.

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

Color convert

RGB246143190-
CMYK00.420.230.04
HSL332.62º85.12%76.27%-
HSV(B)332.62º41.87%96.47%-
XYZ57.1242.9654-
YUV179.16134.12175.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.49%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=42.49%
G=24.70%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614319000.420.230.04332.6285.1276.27
HexF68FBE02A17414d554c
Octal366217276052274515125114
Binary11110110100011111011111001010101011110010100110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FBE; }

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

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

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

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

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

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

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

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