Html Css Color HEX #F585CD Tea Rose

📋 copy color: '#F585CD'

red 245 ◦ green 133 ◦ blue 205

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

Shades of Tea Rose #F585CD

Tints of Tea Rose #F585CD

RGB

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

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

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

R = 42.02%
G = 22.81%
B = 35.16%

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

#F585CD (or 0xF585CD) is known color: Tea Rose. HEX triplet: F5, 85 and CD. RGB value is (245,133,205). Sum of RGB (Red+Green+Blue) = 245+133+205=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F585CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585CD is #0A7A32. Grayscale: #AEAEAE. Windows color (decimal): -686643 or 13469173. OLE color: 13469173.

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

Color convert

RGB 245 133 205 -
CMYK 0 0.46 0.16 0.04
HSL 321.43º 0.85% 0.74% -
HSV(B) 321.43º 0.46% 0.96% -
XYZ 57.06 40.6 62.59 -
YUV 174.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 245 133 205 0 0.46 0.16 0.04 321.43 0.85 0.74
Hex F5 85 CD 0 2E 10 4 141 55 4A
Octal 365 205 315 0 56 20 4 501 125 112
Binary 11110101 10000101 11001101 0 101110 10000 100 101000001 1010101 1001010

Color Harmonies of #F585CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585CD

Black with #F585CD

Text Example


Text Example

White with #F585CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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