Html Css Color HEX #F596CE Tea Rose

📋 copy color: '#F596CE'

red 245 ◦ green 150 ◦ blue 206

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

Shades of Tea Rose #F596CE

Tints of Tea Rose #F596CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.96%

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

R = 40.77%
G = 24.96%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F596CE (or 0xF596CE) is known color: Tea Rose. HEX triplet: F5, 96 and CE. RGB value is (245,150,206). Sum of RGB (Red+Green+Blue) = 245+150+206=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F596CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596CE is #0A6931. Grayscale: #B8B8B8. Windows color (decimal): -682290 or 13539061. OLE color: 13539061.

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

Color convert

RGB 245 150 206 -
CMYK 0 0.39 0.16 0.04
HSL 324.63º 0.83% 0.77% -
HSV(B) 324.63º 0.39% 0.96% -
XYZ 59.7 45.68 64.06 -
YUV 184.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 245 150 206 0 0.39 0.16 0.04 324.63 0.83 0.77
Hex F5 96 CE 0 27 10 4 145 53 4D
Octal 365 226 316 0 47 20 4 505 123 115
Binary 11110101 10010110 11001110 0 100111 10000 100 101000101 1010011 1001101

Color Harmonies of #F596CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596CE

Black with #F596CE

Text Example


Text Example

White with #F596CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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