Html Css Color HEX #F585BE Tea Rose

📋 copy color: '#F585BE'

red 245 ◦ green 133 ◦ blue 190

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

Shades of Tea Rose #F585BE

Tints of Tea Rose #F585BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 43.13%
G = 23.42%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F585BE (or 0xF585BE) is known color: Tea Rose. HEX triplet: F5, 85 and BE. RGB value is (245,133,190). Sum of RGB (Red+Green+Blue) = 245+133+190=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F585BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585BE is #0A7A41. Grayscale: #ACACAC. Windows color (decimal): -686658 or 12486133. OLE color: 12486133.

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

Color convert

RGB 245 133 190 -
CMYK 0 0.46 0.22 0.04
HSL 329.46º 0.85% 0.74% -
HSV(B) 329.46º 0.46% 0.96% -
XYZ 55.34 39.91 53.5 -
YUV 172.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 245 133 190 0 0.46 0.22 0.04 329.46 0.85 0.74
Hex F5 85 BE 0 2E 16 4 149 55 4A
Octal 365 205 276 0 56 26 4 511 125 112
Binary 11110101 10000101 10111110 0 101110 10110 100 101001001 1010101 1001010

Color Harmonies of #F585BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585BE

Black with #F585BE

Text Example


Text Example

White with #F585BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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