#F680CB

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

Shades of Tea Rose #F680CB

Tints of Tea Rose #F680CB

Color information

#F680CB (or 0xF680CB) is unknown color: approx Tea Rose. HEX triplet: F6, 80 and CB. RGB value is (246,128,203). Sum of RGB (Red+Green+Blue) = 246+128+203=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F680CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680CB is #097F34. Grayscale: #ABABAB. Windows color (decimal): -622389 or 13336822. OLE color: 13336822.

HSL color Cylindrical-coordinate representation of color #F680CB: hue angle of 321.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680CB is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246128203-
CMYK00.480.170.04
HSL321.86º86.76%73.33%-
HSV(B)321.86º47.97%96.47%-
XYZ56.539.3461.12-
YUV171.83145.59180.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 128 (50.39% from 255) = 22.18%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=42.63%
G=22.18%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612820300.480.170.04321.8686.7673.33
HexF680CB0301141425749
Octal366200313060214502127111
Binary11110110100000001100101101100001000110010100001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F680CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F680CB; }

 p { color: rgb(246,128,203); }

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

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

 a { background-color: rgb(246,128,203); }

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

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

 span { border-color: rgb(246,128,203); }

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