Html Css Color HEX #F584CE Tea Rose

📋 copy color: '#F584CE'

red 245 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #F584CE

Tints of Tea Rose #F584CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 42.02%
G = 22.64%
B = 35.33%

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

#F584CE (or 0xF584CE) is known color: Tea Rose. HEX triplet: F5, 84 and CE. RGB value is (245,132,206). Sum of RGB (Red+Green+Blue) = 245+132+206=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F584CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584CE is #0A7B31. Grayscale: #AEAEAE. Windows color (decimal): -686898 or 13534453. OLE color: 13534453.

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

Color convert

RGB 245 132 206 -
CMYK 0 0.46 0.16 0.04
HSL 320.71º 0.85% 0.74% -
HSV(B) 320.71º 0.46% 0.96% -
XYZ 57.05 40.37 63.18 -
YUV 174.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 245 132 206 0 0.46 0.16 0.04 320.71 0.85 0.74
Hex F5 84 CE 0 2E 10 4 141 55 4A
Octal 365 204 316 0 56 20 4 501 125 112
Binary 11110101 10000100 11001110 0 101110 10000 100 101000001 1010101 1001010

Color Harmonies of #F584CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584CE

Black with #F584CE

Text Example


Text Example

White with #F584CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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