#F18FC8

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

Shades of Tea Rose #F18FC8

Tints of Tea Rose #F18FC8

Color information

#F18FC8 (or 0xF18FC8) is unknown color: approx Tea Rose. HEX triplet: F1, 8F and C8. RGB value is (241,143,200). Sum of RGB (Red+Green+Blue) = 241+143+200=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FC8 is #0E7037. Grayscale: #B2B2B2. Windows color (decimal): -946232 or 13144049. OLE color: 13144049.

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

Color convert

RGB241143200-
CMYK00.410.170.05
HSL325.1º77.78%75.29%-
HSV(B)325.1º40.66%94.51%-
XYZ56.5242.5259.87-
YUV178.8139.97172.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 143 (56.25% from 255) = 24.49%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=41.27%
G=24.49%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114320000.410.170.05325.177.7875.29
HexF18FC80291151454e4b
Octal361217310051215505116113
Binary11110001100011111100100001010011000110110100010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FC8; }

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

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

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

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

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

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

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

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