Html Css Color HEX #F584CD Tea Rose

📋 copy color: '#F584CD'

red 245 ◦ green 132 ◦ blue 205

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

Shades of Tea Rose #F584CD

Tints of Tea Rose #F584CD

RGB

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

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

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

R = 42.1%
G = 22.68%
B = 35.22%

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

#F584CD (or 0xF584CD) is known color: Tea Rose. HEX triplet: F5, 84 and CD. RGB value is (245,132,205). Sum of RGB (Red+Green+Blue) = 245+132+205=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F584CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584CD is #0A7B32. Grayscale: #ADADAD. Windows color (decimal): -686899 or 13468917. OLE color: 13468917.

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

Color convert

RGB 245 132 205 -
CMYK 0 0.46 0.16 0.04
HSL 321.24º 0.85% 0.74% -
HSV(B) 321.24º 0.46% 0.96% -
XYZ 56.93 40.32 62.54 -
YUV 174.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 245 132 205 0 0.46 0.16 0.04 321.24 0.85 0.74
Hex F5 84 CD 0 2E 10 4 141 55 4A
Octal 365 204 315 0 56 20 4 501 125 112
Binary 11110101 10000100 11001101 0 101110 10000 100 101000001 1010101 1001010

Color Harmonies of #F584CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584CD

Black with #F584CD

Text Example


Text Example

White with #F584CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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