#F993CF

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

Shades of Tea Rose #F993CF

Tints of Tea Rose #F993CF

Color information

#F993CF (or 0xF993CF) is unknown color: approx Tea Rose. HEX triplet: F9, 93 and CF. RGB value is (249,147,207). Sum of RGB (Red+Green+Blue) = 249+147+207=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F993CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993CF is #066C30. Grayscale: #B8B8B8. Windows color (decimal): -420913 or 13603833. OLE color: 13603833.

HSL color Cylindrical-coordinate representation of color #F993CF: hue angle of 324.71º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993CF is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249147207-
CMYK00.410.170.02
HSL324.71º89.47%77.65%-
HSV(B)324.71º40.96%97.65%-
XYZ60.7645.5164.61-
YUV184.34140.79174.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=41.29%
G=24.38%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914720700.410.170.02324.7189.4777.65
HexF993CF029112145594e
Octal371223317051212505131116
Binary1111100110010011110011110101001100011010100010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993CF; }

 p { color: rgb(249,147,207); }

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

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

 a { background-color: rgb(249,147,207); }

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

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

 span { border-color: rgb(249,147,207); }

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