Html Css Color HEX #F585C5 Tea Rose

📋 copy color: '#F585C5'

red 245 ◦ green 133 ◦ blue 197

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

Shades of Tea Rose #F585C5

Tints of Tea Rose #F585C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.26%

R = 42.61%
G = 23.13%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F585C5 (or 0xF585C5) is known color: Tea Rose. HEX triplet: F5, 85 and C5. RGB value is (245,133,197). Sum of RGB (Red+Green+Blue) = 245+133+197=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F585C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585C5 is #0A7A3A. Grayscale: #ADADAD. Windows color (decimal): -686651 or 12944885. OLE color: 12944885.

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

Color convert

RGB 245 133 197 -
CMYK 0 0.46 0.20 0.04
HSL 325.71º 0.85% 0.74% -
HSV(B) 325.71º 0.46% 0.96% -
XYZ 56.12 40.22 57.63 -
YUV 173.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 245 133 197 0 0.46 0.20 0.04 325.71 0.85 0.74
Hex F5 85 C5 0 2E 14 4 146 55 4A
Octal 365 205 305 0 56 24 4 506 125 112
Binary 11110101 10000101 11000101 0 101110 10100 100 101000110 1010101 1001010

Color Harmonies of #F585C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585C5

Black with #F585C5

Text Example


Text Example

White with #F585C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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