#F190C8

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

Shades of Tea Rose #F190C8

Tints of Tea Rose #F190C8

Color information

#F190C8 (or 0xF190C8) is unknown color: approx Tea Rose. HEX triplet: F1, 90 and C8. RGB value is (241,144,200). Sum of RGB (Red+Green+Blue) = 241+144+200=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F190C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190C8 is #0E6F37. Grayscale: #B3B3B3. Windows color (decimal): -945976 or 13144305. OLE color: 13144305.

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

Color convert

RGB241144200-
CMYK00.400.170.05
HSL325.36º77.6%75.49%-
HSV(B)325.36º40.25%94.51%-
XYZ56.6742.8259.92-
YUV179.39139.64171.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=41.20%
G=24.62%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114420000.400.170.05325.3677.675.49
HexF190C80281151454e4b
Octal361220310050215505116113
Binary11110001100100001100100001010001000110110100010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190C8; }

 p { color: rgb(241,144,200); }

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

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

 a { background-color: rgb(241,144,200); }

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

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

 span { border-color: rgb(241,144,200); }

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