#F993C9

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

Shades of Tea Rose #F993C9

Tints of Tea Rose #F993C9

Color information

#F993C9 (or 0xF993C9) is unknown color: approx Tea Rose. HEX triplet: F9, 93 and C9. RGB value is (249,147,201). Sum of RGB (Red+Green+Blue) = 249+147+201=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F993C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993C9 is #066C36. Grayscale: #B7B7B7. Windows color (decimal): -420919 or 13210617. OLE color: 13210617.

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

Color convert

RGB249147201-
CMYK00.410.190.02
HSL328.24º89.47%77.65%-
HSV(B)328.24º40.96%97.65%-
XYZ60.0445.2260.82-
YUV183.65137.79174.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 147 (57.81% from 255) = 24.62%
BLUE value IS 201 (78.91% from 255) = 33.67%
R=41.71%
G=24.62%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914720100.410.190.02328.2489.4777.65
HexF993C9029132148594e
Octal371223311051232510131116
Binary1111100110010011110010010101001100111010100100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993C9; }

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

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

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

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

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

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

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

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