#F993C4

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

Shades of Tea Rose #F993C4

Tints of Tea Rose #F993C4

Color information

#F993C4 (or 0xF993C4) is unknown color: approx Tea Rose. HEX triplet: F9, 93 and C4. RGB value is (249,147,196). Sum of RGB (Red+Green+Blue) = 249+147+196=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F993C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993C4 is #066C3B. Grayscale: #B6B6B6. Windows color (decimal): -420924 or 12882937. OLE color: 12882937.

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

Color convert

RGB249147196-
CMYK00.410.210.02
HSL331.18º89.47%77.65%-
HSV(B)331.18º40.96%97.65%-
XYZ59.4644.9957.77-
YUV183.08135.29175.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.06%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=42.06%
G=24.83%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914719600.410.210.02331.1889.4777.65
HexF993C402915214b594e
Octal371223304051252513131116
Binary1111100110010011110001000101001101011010100101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993C4; }

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

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

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

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

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

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

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

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