#F391CC

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

Shades of Tea Rose #F391CC

Tints of Tea Rose #F391CC

Color information

#F391CC (or 0xF391CC) is unknown color: approx Tea Rose. HEX triplet: F3, 91 and CC. RGB value is (243,145,204). Sum of RGB (Red+Green+Blue) = 243+145+204=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F391CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391CC is #0C6E33. Grayscale: #B4B4B4. Windows color (decimal): -814644 or 13406707. OLE color: 13406707.

HSL color Cylindrical-coordinate representation of color #F391CC: hue angle of 323.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391CC is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243145204-
CMYK00.400.160.05
HSL323.88º80.33%76.08%-
HSV(B)323.88º40.33%95.29%-
XYZ57.9943.6762.5-
YUV181.03140.97172.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=41.05%
G=24.49%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314520400.400.160.05323.8880.3376.08
HexF391CC028105144504c
Octal363221314050205504120114
Binary11110011100100011100110001010001000010110100010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F391CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F391CC; }

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

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

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

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

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

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

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

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