#F690C6

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

Shades of Tea Rose #F690C6

Tints of Tea Rose #F690C6

Color information

#F690C6 (or 0xF690C6) is unknown color: approx Tea Rose. HEX triplet: F6, 90 and C6. RGB value is (246,144,198). Sum of RGB (Red+Green+Blue) = 246+144+198=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F690C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690C6 is #096F39. Grayscale: #B4B4B4. Windows color (decimal): -618298 or 13013238. OLE color: 13013238.

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

Color convert

RGB246144198-
CMYK00.410.200.04
HSL328.24º85%76.47%-
HSV(B)328.24º41.46%96.47%-
XYZ58.1743.6258.78-
YUV180.65137.79174.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.84%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=41.84%
G=24.49%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614419800.410.200.04328.248576.47
HexF690C6029144148554c
Octal366220306051244510125114
Binary11110110100100001100011001010011010010010100100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F690C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F690C6; }

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

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

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

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

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

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

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

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