#F290C4

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

Shades of Tea Rose #F290C4

Tints of Tea Rose #F290C4

Color information

#F290C4 (or 0xF290C4) is unknown color: approx Tea Rose. HEX triplet: F2, 90 and C4. RGB value is (242,144,196). Sum of RGB (Red+Green+Blue) = 242+144+196=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C4 is #0D6F3B. Grayscale: #B3B3B3. Windows color (decimal): -880444 or 12882162. OLE color: 12882162.

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

Color convert

RGB242144196-
CMYK00.400.190.05
HSL328.16º79.03%75.69%-
HSV(B)328.16º40.5%94.9%-
XYZ56.5642.8157.51-
YUV179.23137.47172.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 144 (56.64% from 255) = 24.74%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=41.58%
G=24.74%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214419600.400.190.05328.1679.0375.69
HexF290C40281351484f4c
Octal362220304050235510117114
Binary11110010100100001100010001010001001110110100100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290C4; }

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

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

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

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

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

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

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

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