Html Css Color HEX #F585D1 Tea Rose

📋 copy color: '#F585D1'

red 245 ◦ green 133 ◦ blue 209

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

Shades of Tea Rose #F585D1

Tints of Tea Rose #F585D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.6%

R = 41.74%
G = 22.66%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F585D1 (or 0xF585D1) is known color: Tea Rose. HEX triplet: F5, 85 and D1. RGB value is (245,133,209). Sum of RGB (Red+Green+Blue) = 245+133+209=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F585D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585D1 is #0A7A2E. Grayscale: #AEAEAE. Windows color (decimal): -686639 or 13731317. OLE color: 13731317.

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

Color convert

RGB 245 133 209 -
CMYK 0 0.46 0.15 0.04
HSL 319.29º 0.85% 0.74% -
HSV(B) 319.29º 0.46% 0.96% -
XYZ 57.55 40.79 65.16 -
YUV 175.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 245 133 209 0 0.46 0.15 0.04 319.29 0.85 0.74
Hex F5 85 D1 0 2E F 4 13F 55 4A
Octal 365 205 321 0 56 17 4 477 125 112
Binary 11110101 10000101 11010001 0 101110 1111 100 100111111 1010101 1001010

Color Harmonies of #F585D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585D1

Black with #F585D1

Text Example


Text Example

White with #F585D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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