#F681CF

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

Shades of Tea Rose #F681CF

Tints of Tea Rose #F681CF

Color information

#F681CF (or 0xF681CF) is unknown color: approx Tea Rose. HEX triplet: F6, 81 and CF. RGB value is (246,129,207). Sum of RGB (Red+Green+Blue) = 246+129+207=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F681CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681CF is #097E30. Grayscale: #ACACAC. Windows color (decimal): -622129 or 13599222. OLE color: 13599222.

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

Color convert

RGB246129207-
CMYK00.480.160.04
HSL320º86.67%73.53%-
HSV(B)320º47.56%96.47%-
XYZ57.1239.863.7-
YUV172.88147.26180.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.27%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=42.27%
G=22.16%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612920700.480.160.0432086.6773.53
HexF681CF030104140574a
Octal366201317060204500127112
Binary11110110100000011100111101100001000010010100000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681CF; }

 p { color: rgb(246,129,207); }

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

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

 a { background-color: rgb(246,129,207); }

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

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

 span { border-color: rgb(246,129,207); }

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