Html Css Color HEX #F591CE Tea Rose

📋 copy color: '#F591CE'

red 245 ◦ green 145 ◦ blue 206

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

Shades of Tea Rose #F591CE

Tints of Tea Rose #F591CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.33%

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

R = 41.11%
G = 24.33%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F591CE (or 0xF591CE) is known color: Tea Rose. HEX triplet: F5, 91 and CE. RGB value is (245,145,206). Sum of RGB (Red+Green+Blue) = 245+145+206=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F591CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591CE is #0A6E31. Grayscale: #B5B5B5. Windows color (decimal): -683570 or 13537781. OLE color: 13537781.

HSL color Cylindrical-coordinate representation of color #F591CE: hue angle of 323.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591CE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 145 206 -
CMYK 0 0.41 0.16 0.04
HSL 323.4º 0.83% 0.76% -
HSV(B) 323.4º 0.41% 0.96% -
XYZ 58.92 44.12 63.8 -
YUV 181.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 245 145 206 0 0.41 0.16 0.04 323.4 0.83 0.76
Hex F5 91 CE 0 29 10 4 143 53 4C
Octal 365 221 316 0 51 20 4 503 123 114
Binary 11110101 10010001 11001110 0 101001 10000 100 101000011 1010011 1001100

Color Harmonies of #F591CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F591CE

Black with #F591CE

Text Example


Text Example

White with #F591CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F591CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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