#F483CA

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

Shades of Tea Rose #F483CA

Tints of Tea Rose #F483CA

Color information

#F483CA (or 0xF483CA) is unknown color: approx Tea Rose. HEX triplet: F4, 83 and CA. RGB value is (244,131,202). Sum of RGB (Red+Green+Blue) = 244+131+202=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F483CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483CA is #0B7C35. Grayscale: #ACACAC. Windows color (decimal): -752694 or 13272052. OLE color: 13272052.

HSL color Cylindrical-coordinate representation of color #F483CA: hue angle of 322.3º 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 #F483CA is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244131202-
CMYK00.460.170.04
HSL322.3º83.7%73.53%-
HSV(B)322.3º46.31%95.69%-
XYZ56.0939.7360.59-
YUV172.88144.44178.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.29%
GREEN value IS 131 (51.56% from 255) = 22.70%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=42.29%
G=22.70%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413120200.460.170.04322.383.773.53
HexF483CA02E114142544a
Octal364203312056214502124112
Binary11110100100000111100101001011101000110010100001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F483CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F483CA; }

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

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

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

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

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

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

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

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