#F290D1

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

Shades of Tea Rose #F290D1

Tints of Tea Rose #F290D1

Color information

#F290D1 (or 0xF290D1) is unknown color: approx Tea Rose. HEX triplet: F2, 90 and D1. RGB value is (242,144,209). Sum of RGB (Red+Green+Blue) = 242+144+209=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F290D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290D1 is #0D6F2E. Grayscale: #B4B4B4. Windows color (decimal): -880431 or 13734130. OLE color: 13734130.

HSL color Cylindrical-coordinate representation of color #F290D1: hue angle of 320.2º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290D1 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242144209-
CMYK00.400.140.05
HSL320.2º79.03%75.69%-
HSV(B)320.2º40.5%94.9%-
XYZ58.143.4365.64-
YUV180.71143.97171.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=40.67%
G=24.20%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214420900.400.140.05320.279.0375.69
HexF290D1028E51404f4c
Octal362220321050165500117114
Binary1111001010010000110100010101000111010110100000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290D1; }

 p { color: rgb(242,144,209); }

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

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

 a { background-color: rgb(242,144,209); }

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

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

 span { border-color: rgb(242,144,209); }

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