Html Css Color HEX #F58ACE Tea Rose

📋 copy color: '#F58ACE'

red 245 ◦ green 138 ◦ blue 206

#F58ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F58ACE

Tints of Tea Rose #F58ACE

RGB

 RED value IS 245 (96.09% from 255) = 41.6%

 GREEN value IS 138 (54.3% from 255) = 23.43%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 41.6%
G = 23.43%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F58ACE (or 0xF58ACE) is known color: Tea Rose. HEX triplet: F5, 8A and CE. RGB value is (245,138,206). Sum of RGB (Red+Green+Blue) = 245+138+206=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ACE is #0A7531. Grayscale: #B1B1B1. Windows color (decimal): -685362 or 13535989. OLE color: 13535989.

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

Color convert

RGB 245 138 206 -
CMYK 0 0.44 0.16 0.04
HSL 321.87º 0.84% 0.75% -
HSV(B) 321.87º 0.44% 0.96% -
XYZ 57.89 42.05 63.46 -
YUV 177.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 245 138 206 0 0.44 0.16 0.04 321.87 0.84 0.75
Hex F5 8A CE 0 2C 10 4 142 54 4B
Octal 365 212 316 0 54 20 4 502 124 113
Binary 11110101 10001010 11001110 0 101100 10000 100 101000010 1010100 1001011

Color Harmonies of #F58ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58ACE

Black with #F58ACE

Text Example


Text Example

White with #F58ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58ACE; }

 p { color: rgb(245,138,206); }

 H1.HeaderClassName
 {
   color: #F58ACE;
 }
 .AnyTagClassName
 {
   color: #F58ACE;
 }
</style>

background-color css

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

 a { background-color: rgb(245,138,206); }

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

border-color css

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

 span { border-color: rgb(245,138,206); }

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