#F990C4

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

Shades of Tea Rose #F990C4

Tints of Tea Rose #F990C4

Color information

#F990C4 (or 0xF990C4) is unknown color: approx Tea Rose. HEX triplet: F9, 90 and C4. RGB value is (249,144,196). Sum of RGB (Red+Green+Blue) = 249+144+196=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F990C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990C4 is #066F3B. Grayscale: #B5B5B5. Windows color (decimal): -421692 or 12882169. OLE color: 12882169.

HSL color Cylindrical-coordinate representation of color #F990C4: hue angle of 330.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990C4 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249144196-
CMYK00.420.210.02
HSL330.29º89.74%77.06%-
HSV(B)330.29º42.17%97.65%-
XYZ5944.0757.62-
YUV181.32136.29176.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=42.28%
G=24.45%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914419600.420.210.02330.2989.7477.06
HexF990C402A15214a5a4d
Octal371220304052252512132115
Binary1111100110010000110001000101010101011010100101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990C4; }

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

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

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

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

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

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

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

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

cancel