#F690C3

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

Shades of Tea Rose #F690C3

Tints of Tea Rose #F690C3

Color information

#F690C3 (or 0xF690C3) is unknown color: approx Tea Rose. HEX triplet: F6, 90 and C3. RGB value is (246,144,195). Sum of RGB (Red+Green+Blue) = 246+144+195=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F690C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690C3 is #096F3C. Grayscale: #B4B4B4. Windows color (decimal): -618301 or 12816630. OLE color: 12816630.

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

Color convert

RGB246144195-
CMYK00.410.210.04
HSL330º85%76.47%-
HSV(B)330º41.46%96.47%-
XYZ57.8343.4856.97-
YUV180.31136.29174.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=42.05%
G=24.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614419500.410.210.043308576.47
HexF690C302915414a554c
Octal366220303051254512125114
Binary11110110100100001100001101010011010110010100101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F690C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F690C3; }

 p { color: rgb(246,144,195); }

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

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

 a { background-color: rgb(246,144,195); }

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

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

 span { border-color: rgb(246,144,195); }

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