#F58CCB

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

Shades of Tea Rose #F58CCB

Tints of Tea Rose #F58CCB

Color information

#F58CCB (or 0xF58CCB) is unknown color: approx Tea Rose. HEX triplet: F5, 8C and CB. RGB value is (245,140,203). Sum of RGB (Red+Green+Blue) = 245+140+203=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CCB is #0A7334. Grayscale: #B2B2B2. Windows color (decimal): -684853 or 13339893. OLE color: 13339893.

HSL color Cylindrical-coordinate representation of color #F58CCB: hue angle of 324º 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 #F58CCB is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245140203-
CMYK00.430.170.04
HSL324º84%75.49%-
HSV(B)324º42.86%96.08%-
XYZ57.8142.4861.65-
YUV178.58141.79175.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.67%
GREEN value IS 140 (55.08% from 255) = 23.81%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=41.67%
G=23.81%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514020300.430.170.043248475.49
HexF58CCB02B114144544b
Octal365214313053214504124113
Binary11110101100011001100101101010111000110010100010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CCB; }

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

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

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

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

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

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

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

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