#F483BF

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

Shades of Tea Rose #F483BF

Tints of Tea Rose #F483BF

Color information

#F483BF (or 0xF483BF) is unknown color: approx Tea Rose. HEX triplet: F4, 83 and BF. RGB value is (244,131,191). Sum of RGB (Red+Green+Blue) = 244+131+191=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F483BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483BF is #0B7C40. Grayscale: #ABABAB. Windows color (decimal): -752705 or 12551156. OLE color: 12551156.

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

Color convert

RGB244131191-
CMYK00.460.220.04
HSL328.14º83.7%73.53%-
HSV(B)328.14º46.31%95.69%-
XYZ54.8339.2353.97-
YUV171.63138.94179.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.11%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 191 (75% from 255) = 33.75%
R=43.11%
G=23.14%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413119100.460.220.04328.1483.773.53
HexF483BF02E164148544a
Octal364203277056264510124112
Binary11110100100000111011111101011101011010010100100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F483BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F483BF; }

 p { color: rgb(244,131,191); }

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

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

 a { background-color: rgb(244,131,191); }

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

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

 span { border-color: rgb(244,131,191); }

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