#F383CB

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

Shades of Tea Rose #F383CB

Tints of Tea Rose #F383CB

Color information

#F383CB (or 0xF383CB) is unknown color: approx Tea Rose. HEX triplet: F3, 83 and CB. RGB value is (243,131,203). Sum of RGB (Red+Green+Blue) = 243+131+203=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F383CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383CB is #0C7C34. Grayscale: #ACACAC. Windows color (decimal): -818229 or 13337587. OLE color: 13337587.

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

Color convert

RGB243131203-
CMYK00.460.160.05
HSL321.43º82.35%73.33%-
HSV(B)321.43º46.09%95.29%-
XYZ55.8639.661.2-
YUV172.7145.11178.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 131 (51.56% from 255) = 22.70%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=42.11%
G=22.70%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313120300.460.160.05321.4382.3573.33
HexF383CB02E1051415249
Octal363203313056205501122111
Binary11110011100000111100101101011101000010110100000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383CB; }

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

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

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

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

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

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

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

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