Html Css Color HEX #F58AC9 Tea Rose

📋 copy color: '#F58AC9'

red 245 ◦ green 138 ◦ blue 201

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

Shades of Tea Rose #F58AC9

Tints of Tea Rose #F58AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 41.95%
G = 23.63%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F58AC9 (or 0xF58AC9) is known color: Tea Rose. HEX triplet: F5, 8A and C9. RGB value is (245,138,201). Sum of RGB (Red+Green+Blue) = 245+138+201=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58AC9 is #0A7536. Grayscale: #B1B1B1. Windows color (decimal): -685367 or 13208309. OLE color: 13208309.

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

Color convert

RGB 245 138 201 -
CMYK 0 0.44 0.18 0.04
HSL 324.67º 0.84% 0.75% -
HSV(B) 324.67º 0.44% 0.96% -
XYZ 57.29 41.81 60.31 -
YUV 177.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 245 138 201 0 0.44 0.18 0.04 324.67 0.84 0.75
Hex F5 8A C9 0 2C 12 4 145 54 4B
Octal 365 212 311 0 54 22 4 505 124 113
Binary 11110101 10001010 11001001 0 101100 10010 100 101000101 1010100 1001011

Color Harmonies of #F58AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58AC9

Black with #F58AC9

Text Example


Text Example

White with #F58AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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