#F38CCC

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

Shades of Tea Rose #F38CCC

Tints of Tea Rose #F38CCC

Color information

#F38CCC (or 0xF38CCC) is unknown color: approx Tea Rose. HEX triplet: F3, 8C and CC. RGB value is (243,140,204). Sum of RGB (Red+Green+Blue) = 243+140+204=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CCC is #0C7333. Grayscale: #B1B1B1. Windows color (decimal): -815924 or 13405427. OLE color: 13405427.

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

Color convert

RGB243140204-
CMYK00.420.160.05
HSL322.72º81.1%75.1%-
HSV(B)322.72º42.39%95.29%-
XYZ57.2442.1762.25-
YUV178.09142.62174.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 140 (55.08% from 255) = 23.85%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=41.40%
G=23.85%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314020400.420.160.05322.7281.175.1
HexF38CCC02A105143514b
Octal363214314052205503121113
Binary11110011100011001100110001010101000010110100001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38CCC; }

 p { color: rgb(243,140,204); }

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

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

 a { background-color: rgb(243,140,204); }

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

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

 span { border-color: rgb(243,140,204); }

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