#F47FC8

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

Shades of Tea Rose #F47FC8

Tints of Tea Rose #F47FC8

Color information

#F47FC8 (or 0xF47FC8) is unknown color: approx Tea Rose. HEX triplet: F4, 7F and C8. RGB value is (244,127,200). Sum of RGB (Red+Green+Blue) = 244+127+200=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FC8 is #0B8037. Grayscale: #AAAAAA. Windows color (decimal): -753720 or 13139956. OLE color: 13139956.

HSL color Cylindrical-coordinate representation of color #F47FC8: hue angle of 322.56º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FC8 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB244127200-
CMYK00.480.180.04
HSL322.56º84.17%72.75%-
HSV(B)322.56º47.95%95.69%-
XYZ55.3238.5859.17-
YUV170.3144.76180.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.73%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 200 (78.52% from 255) = 35.03%
R=42.73%
G=22.24%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412720000.480.180.04322.5684.1772.75
HexF47FC80301241435449
Octal364177310060224503124111
Binary1111010011111111100100001100001001010010100001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47FC8; }

 p { color: rgb(244,127,200); }

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

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

 a { background-color: rgb(244,127,200); }

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

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

 span { border-color: rgb(244,127,200); }

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