#F383CF

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

Shades of Tea Rose #F383CF

Tints of Tea Rose #F383CF

Color information

#F383CF (or 0xF383CF) is unknown color: approx Tea Rose. HEX triplet: F3, 83 and CF. RGB value is (243,131,207). Sum of RGB (Red+Green+Blue) = 243+131+207=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F383CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383CF is #0C7C30. Grayscale: #ACACAC. Windows color (decimal): -818225 or 13599731. OLE color: 13599731.

HSL color Cylindrical-coordinate representation of color #F383CF: hue angle of 319.29º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383CF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243131207-
CMYK00.460.150.05
HSL319.29º82.35%73.33%-
HSV(B)319.29º46.09%95.29%-
XYZ56.3439.7963.74-
YUV173.15147.11177.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 131 (51.56% from 255) = 22.55%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=41.82%
G=22.55%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313120700.460.150.05319.2982.3573.33
HexF383CF02EF513f5249
Octal363203317056175477122111
Binary1111001110000011110011110101110111110110011111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383CF; }

 p { color: rgb(243,131,207); }

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

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

 a { background-color: rgb(243,131,207); }

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

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

 span { border-color: rgb(243,131,207); }

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