Html Css Color HEX #F585C9 Tea Rose

📋 copy color: '#F585C9'

red 245 ◦ green 133 ◦ blue 201

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

Shades of Tea Rose #F585C9

Tints of Tea Rose #F585C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 42.31%
G = 22.97%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F585C9 (or 0xF585C9) is known color: Tea Rose. HEX triplet: F5, 85 and C9. RGB value is (245,133,201). Sum of RGB (Red+Green+Blue) = 245+133+201=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F585C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585C9 is #0A7A36. Grayscale: #AEAEAE. Windows color (decimal): -686647 or 13207029. OLE color: 13207029.

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

Color convert

RGB 245 133 201 -
CMYK 0 0.46 0.18 0.04
HSL 323.57º 0.85% 0.74% -
HSV(B) 323.57º 0.46% 0.96% -
XYZ 56.59 40.4 60.07 -
YUV 174.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 245 133 201 0 0.46 0.18 0.04 323.57 0.85 0.74
Hex F5 85 C9 0 2E 12 4 144 55 4A
Octal 365 205 311 0 56 22 4 504 125 112
Binary 11110101 10000101 11001001 0 101110 10010 100 101000100 1010101 1001010

Color Harmonies of #F585C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585C9

Black with #F585C9

Text Example


Text Example

White with #F585C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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