#F38FC3

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

Shades of Tea Rose #F38FC3

Tints of Tea Rose #F38FC3

Color information

#F38FC3 (or 0xF38FC3) is unknown color: approx Tea Rose. HEX triplet: F3, 8F and C3. RGB value is (243,143,195). Sum of RGB (Red+Green+Blue) = 243+143+195=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FC3 is #0C703C. Grayscale: #B2B2B2. Windows color (decimal): -815165 or 12816371. OLE color: 12816371.

HSL color Cylindrical-coordinate representation of color #F38FC3: hue angle of 328.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FC3 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB243143195-
CMYK00.410.200.05
HSL328.8º80.65%75.69%-
HSV(B)328.8º41.15%95.29%-
XYZ56.6342.6456.88-
YUV178.83137.13173.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=41.82%
G=24.61%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314319500.410.200.05328.880.6575.69
HexF38FC3029145149514c
Octal363217303051245511121114
Binary11110011100011111100001101010011010010110100100110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38FC3; }

 p { color: rgb(243,143,195); }

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

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

 a { background-color: rgb(243,143,195); }

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

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

 span { border-color: rgb(243,143,195); }

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