Html Css Color HEX #F584D1 Tea Rose

📋 copy color: '#F584D1'

red 245 ◦ green 132 ◦ blue 209

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

Shades of Tea Rose #F584D1

Tints of Tea Rose #F584D1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.53%

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

R = 41.81%
G = 22.53%
B = 35.67%

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

#F584D1 (or 0xF584D1) is known color: Tea Rose. HEX triplet: F5, 84 and D1. RGB value is (245,132,209). Sum of RGB (Red+Green+Blue) = 245+132+209=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F584D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584D1 is #0A7B2E. Grayscale: #AEAEAE. Windows color (decimal): -686895 or 13731061. OLE color: 13731061.

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

Color convert

RGB 245 132 209 -
CMYK 0 0.46 0.15 0.04
HSL 319.12º 0.85% 0.74% -
HSV(B) 319.12º 0.46% 0.96% -
XYZ 57.42 40.52 65.12 -
YUV 174.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 245 132 209 0 0.46 0.15 0.04 319.12 0.85 0.74
Hex F5 84 D1 0 2E F 4 13F 55 4A
Octal 365 204 321 0 56 17 4 477 125 112
Binary 11110101 10000100 11010001 0 101110 1111 100 100111111 1010101 1001010

Color Harmonies of #F584D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584D1

Black with #F584D1

Text Example


Text Example

White with #F584D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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