#F47DCB

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

Shades of Tea Rose #F47DCB

Tints of Tea Rose #F47DCB

Color information

#F47DCB (or 0xF47DCB) is unknown color: approx Tea Rose. HEX triplet: F4, 7D and CB. RGB value is (244,125,203). Sum of RGB (Red+Green+Blue) = 244+125+203=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DCB is #0B8234. Grayscale: #A9A9A9. Windows color (decimal): -754229 or 13336052. OLE color: 13336052.

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

Color convert

RGB244125203-
CMYK00.490.170.04
HSL320.67º84.4%72.35%-
HSV(B)320.67º48.77%95.69%-
XYZ55.4238.2160.95-
YUV169.47146.92181.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=42.66%
G=21.85%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412520300.490.170.04320.6784.472.35
HexF47DCB0311141415448
Octal364175313061214501124110
Binary1111010011111011100101101100011000110010100000110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47DCB; }

 p { color: rgb(244,125,203); }

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

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

 a { background-color: rgb(244,125,203); }

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

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

 span { border-color: rgb(244,125,203); }

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