Html Css Color HEX #F58DCD Tea Rose

📋 copy color: '#F58DCD'

red 245 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #F58DCD

Tints of Tea Rose #F58DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.86%

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

R = 41.46%
G = 23.86%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F58DCD (or 0xF58DCD) is known color: Tea Rose. HEX triplet: F5, 8D and CD. RGB value is (245,141,205). Sum of RGB (Red+Green+Blue) = 245+141+205=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DCD is #0A7232. Grayscale: #B3B3B3. Windows color (decimal): -684595 or 13471221. OLE color: 13471221.

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

Color convert

RGB 245 141 205 -
CMYK 0 0.42 0.16 0.04
HSL 323.08º 0.84% 0.76% -
HSV(B) 323.08º 0.42% 0.96% -
XYZ 58.2 42.87 62.96 -
YUV 179.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 245 141 205 0 0.42 0.16 0.04 323.08 0.84 0.76
Hex F5 8D CD 0 2A 10 4 143 54 4C
Octal 365 215 315 0 52 20 4 503 124 114
Binary 11110101 10001101 11001101 0 101010 10000 100 101000011 1010100 1001100

Color Harmonies of #F58DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58DCD

Black with #F58DCD

Text Example


Text Example

White with #F58DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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