#F58CCD

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

Shades of Tea Rose #F58CCD

Tints of Tea Rose #F58CCD

Color information

#F58CCD (or 0xF58CCD) is unknown color: approx Tea Rose. HEX triplet: F5, 8C and CD. RGB value is (245,140,205). Sum of RGB (Red+Green+Blue) = 245+140+205=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCD is #0A7332. Grayscale: #B2B2B2. Windows color (decimal): -684851 or 13470965. OLE color: 13470965.

HSL color Cylindrical-coordinate representation of color #F58CCD: hue angle of 322.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CCD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245140205-
CMYK00.430.160.04
HSL322.86º84%75.49%-
HSV(B)322.86º42.86%96.08%-
XYZ58.0542.5862.92-
YUV178.8142.79175.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=41.53%
G=23.73%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514020500.430.160.04322.868475.49
HexF58CCD02B104143544b
Octal365214315053204503124113
Binary11110101100011001100110101010111000010010100001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CCD; }

 p { color: rgb(245,140,205); }

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

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

 a { background-color: rgb(245,140,205); }

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

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

 span { border-color: rgb(245,140,205); }

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