Html Css Color HEX #F593CF Tea Rose

📋 copy color: '#F593CF'

red 245 ◦ green 147 ◦ blue 207

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

Shades of Tea Rose #F593CF

Tints of Tea Rose #F593CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.54%

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 40.9%
G = 24.54%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F593CF (or 0xF593CF) is known color: Tea Rose. HEX triplet: F5, 93 and CF. RGB value is (245,147,207). Sum of RGB (Red+Green+Blue) = 245+147+207=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F593CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593CF is #0A6C30. Grayscale: #B7B7B7. Windows color (decimal): -683057 or 13603829. OLE color: 13603829.

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

Color convert

RGB 245 147 207 -
CMYK 0 0.4 0.16 0.04
HSL 323.27º 0.83% 0.77% -
HSV(B) 323.27º 0.4% 0.96% -
XYZ 59.35 44.78 64.55 -
YUV 183.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 245 147 207 0 0.4 0.16 0.04 323.27 0.83 0.77
Hex F5 93 CF 0 28 10 4 143 53 4D
Octal 365 223 317 0 50 20 4 503 123 115
Binary 11110101 10010011 11001111 0 101000 10000 100 101000011 1010011 1001101

Color Harmonies of #F593CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593CF

Black with #F593CF

Text Example


Text Example

White with #F593CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593CF; }

 p { color: rgb(245,147,207); }

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

background-color css

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

 a { background-color: rgb(245,147,207); }

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

border-color css

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

 span { border-color: rgb(245,147,207); }

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