Html Css Color HEX #F585CE Tea Rose

📋 copy color: '#F585CE'

red 245 ◦ green 133 ◦ blue 206

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

Shades of Tea Rose #F585CE

Tints of Tea Rose #F585CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.77%

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

R = 41.95%
G = 22.77%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F585CE (or 0xF585CE) is known color: Tea Rose. HEX triplet: F5, 85 and CE. RGB value is (245,133,206). Sum of RGB (Red+Green+Blue) = 245+133+206=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F585CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585CE is #0A7A31. Grayscale: #AEAEAE. Windows color (decimal): -686642 or 13534709. OLE color: 13534709.

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

Color convert

RGB 245 133 206 -
CMYK 0 0.46 0.16 0.04
HSL 320.89º 0.85% 0.74% -
HSV(B) 320.89º 0.46% 0.96% -
XYZ 57.18 40.64 63.22 -
YUV 174.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 245 133 206 0 0.46 0.16 0.04 320.89 0.85 0.74
Hex F5 85 CE 0 2E 10 4 141 55 4A
Octal 365 205 316 0 56 20 4 501 125 112
Binary 11110101 10000101 11001110 0 101110 10000 100 101000001 1010101 1001010

Color Harmonies of #F585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585CE

Black with #F585CE

Text Example


Text Example

White with #F585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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