Html Css Color HEX #F590CA Tea Rose

📋 copy color: '#F590CA'

red 245 ◦ green 144 ◦ blue 202

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

Shades of Tea Rose #F590CA

Tints of Tea Rose #F590CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.37%

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 41.46%
G = 24.37%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F590CA (or 0xF590CA) is known color: Tea Rose. HEX triplet: F5, 90 and CA. RGB value is (245,144,202). Sum of RGB (Red+Green+Blue) = 245+144+202=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F590CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590CA is #0A6F35. Grayscale: #B4B4B4. Windows color (decimal): -683830 or 13275381. OLE color: 13275381.

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

Color convert

RGB 245 144 202 -
CMYK 0 0.41 0.18 0.04
HSL 325.54º 0.83% 0.76% -
HSV(B) 325.54º 0.41% 0.96% -
XYZ 58.29 43.62 61.23 -
YUV 180.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 245 144 202 0 0.41 0.18 0.04 325.54 0.83 0.76
Hex F5 90 CA 0 29 12 4 146 53 4C
Octal 365 220 312 0 51 22 4 506 123 114
Binary 11110101 10010000 11001010 0 101001 10010 100 101000110 1010011 1001100

Color Harmonies of #F590CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F590CA

Black with #F590CA

Text Example


Text Example

White with #F590CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F590CA; }

 p { color: rgb(245,144,202); }

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

background-color css

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

 a { background-color: rgb(245,144,202); }

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

border-color css

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

 span { border-color: rgb(245,144,202); }

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