Html Css Color HEX #F58DCE Tea Rose

📋 copy color: '#F58DCE'

red 245 ◦ green 141 ◦ blue 206

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

Shades of Tea Rose #F58DCE

Tints of Tea Rose #F58DCE

RGB

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

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

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

R = 41.39%
G = 23.82%
B = 34.8%

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

#F58DCE (or 0xF58DCE) is known color: Tea Rose. HEX triplet: F5, 8D and CE. RGB value is (245,141,206). Sum of RGB (Red+Green+Blue) = 245+141+206=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DCE is #0A7231. Grayscale: #B3B3B3. Windows color (decimal): -684594 or 13536757. OLE color: 13536757.

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

Color convert

RGB 245 141 206 -
CMYK 0 0.42 0.16 0.04
HSL 322.5º 0.84% 0.76% -
HSV(B) 322.5º 0.42% 0.96% -
XYZ 58.32 42.92 63.6 -
YUV 179.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 245 141 206 0 0.42 0.16 0.04 322.5 0.84 0.76
Hex F5 8D CE 0 2A 10 4 142 54 4C
Octal 365 215 316 0 52 20 4 502 124 114
Binary 11110101 10001101 11001110 0 101010 10000 100 101000010 1010100 1001100

Color Harmonies of #F58DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58DCE

Black with #F58DCE

Text Example


Text Example

White with #F58DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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