Html Css Color HEX #F58ACD Tea Rose

📋 copy color: '#F58ACD'

red 245 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #F58ACD

Tints of Tea Rose #F58ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 41.67%
G = 23.47%
B = 34.86%

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

#F58ACD (or 0xF58ACD) is known color: Tea Rose. HEX triplet: F5, 8A and CD. RGB value is (245,138,205). Sum of RGB (Red+Green+Blue) = 245+138+205=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ACD is #0A7532. Grayscale: #B1B1B1. Windows color (decimal): -685363 or 13470453. OLE color: 13470453.

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

Color convert

RGB 245 138 205 -
CMYK 0 0.44 0.16 0.04
HSL 322.43º 0.84% 0.75% -
HSV(B) 322.43º 0.44% 0.96% -
XYZ 57.76 42 62.82 -
YUV 177.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 245 138 205 0 0.44 0.16 0.04 322.43 0.84 0.75
Hex F5 8A CD 0 2C 10 4 142 54 4B
Octal 365 212 315 0 54 20 4 502 124 113
Binary 11110101 10001010 11001101 0 101100 10000 100 101000010 1010100 1001011

Color Harmonies of #F58ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58ACD

Black with #F58ACD

Text Example


Text Example

White with #F58ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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