#F47BCB

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

Shades of Tea Rose #F47BCB

Tints of Tea Rose #F47BCB

Color information

#F47BCB (or 0xF47BCB) is unknown color: approx Tea Rose. HEX triplet: F4, 7B and CB. RGB value is (244,123,203). Sum of RGB (Red+Green+Blue) = 244+123+203=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BCB is #0B8434. Grayscale: #A8A8A8. Windows color (decimal): -754741 or 13335540. OLE color: 13335540.

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

Color convert

RGB244123203-
CMYK00.500.170.04
HSL320.33º84.62%71.96%-
HSV(B)320.33º49.59%95.69%-
XYZ55.1737.7160.87-
YUV168.3147.59182-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.81%
GREEN value IS 123 (48.44% from 255) = 21.58%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=42.81%
G=21.58%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412320300.500.170.04320.3384.6271.96
HexF47BCB0321141405548
Octal364173313062214500125110
Binary1111010011110111100101101100101000110010100000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47BCB; }

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

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

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

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

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

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

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

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