Html Css Color HEX #F587CA Tea Rose

📋 copy color: '#F587CA'

red 245 ◦ green 135 ◦ blue 202

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

Shades of Tea Rose #F587CA

Tints of Tea Rose #F587CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.2%

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

R = 42.1%
G = 23.2%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F587CA (or 0xF587CA) is known color: Tea Rose. HEX triplet: F5, 87 and CA. RGB value is (245,135,202). Sum of RGB (Red+Green+Blue) = 245+135+202=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F587CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587CA is #0A7835. Grayscale: #AFAFAF. Windows color (decimal): -686134 or 13273077. OLE color: 13273077.

HSL color Cylindrical-coordinate representation of color #F587CA: hue angle of 323.45º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F587CA is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 135 202 -
CMYK 0 0.45 0.18 0.04
HSL 323.45º 0.85% 0.75% -
HSV(B) 323.45º 0.45% 0.96% -
XYZ 56.98 41 60.79 -
YUV 175.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 245 135 202 0 0.45 0.18 0.04 323.45 0.85 0.75
Hex F5 87 CA 0 2D 12 4 143 55 4B
Octal 365 207 312 0 55 22 4 503 125 113
Binary 11110101 10000111 11001010 0 101101 10010 100 101000011 1010101 1001011

Color Harmonies of #F587CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F587CA

Black with #F587CA

Text Example


Text Example

White with #F587CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F587CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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