#F681CD

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

Shades of Tea Rose #F681CD

Tints of Tea Rose #F681CD

Color information

#F681CD (or 0xF681CD) is unknown color: approx Tea Rose. HEX triplet: F6, 81 and CD. RGB value is (246,129,205). Sum of RGB (Red+Green+Blue) = 246+129+205=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F681CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681CD is #097E32. Grayscale: #ACACAC. Windows color (decimal): -622131 or 13468150. OLE color: 13468150.

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

Color convert

RGB246129205-
CMYK00.480.170.04
HSL321.03º86.67%73.53%-
HSV(B)321.03º47.56%96.47%-
XYZ56.8839.762.42-
YUV172.65146.26180.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 129 (50.78% from 255) = 22.24%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=42.41%
G=22.24%
B=35.34%

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
Decimal24612920500.480.170.04321.0386.6773.53
HexF681CD030114141574a
Octal366201315060214501127112
Binary11110110100000011100110101100001000110010100000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681CD; }

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

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

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

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

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

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

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

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