Html Css Color HEX #F584CC Tea Rose

📋 copy color: '#F584CC'

red 245 ◦ green 132 ◦ blue 204

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

Shades of Tea Rose #F584CC

Tints of Tea Rose #F584CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 42.17%
G = 22.72%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F584CC (or 0xF584CC) is known color: Tea Rose. HEX triplet: F5, 84 and CC. RGB value is (245,132,204). Sum of RGB (Red+Green+Blue) = 245+132+204=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F584CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584CC is #0A7B33. Grayscale: #ADADAD. Windows color (decimal): -686900 or 13403381. OLE color: 13403381.

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

Color convert

RGB 245 132 204 -
CMYK 0 0.46 0.17 0.04
HSL 321.77º 0.85% 0.74% -
HSV(B) 321.77º 0.46% 0.96% -
XYZ 56.81 40.27 61.91 -
YUV 174 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 245 132 204 0 0.46 0.17 0.04 321.77 0.85 0.74
Hex F5 84 CC 0 2E 11 4 142 55 4A
Octal 365 204 314 0 56 21 4 502 125 112
Binary 11110101 10000100 11001100 0 101110 10001 100 101000010 1010101 1001010

Color Harmonies of #F584CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584CC

Black with #F584CC

Text Example


Text Example

White with #F584CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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