Html Css Color HEX #F595CE Tea Rose

📋 copy color: '#F595CE'

red 245 ◦ green 149 ◦ blue 206

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

Shades of Tea Rose #F595CE

Tints of Tea Rose #F595CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.83%

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

R = 40.83%
G = 24.83%
B = 34.33%

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

#F595CE (or 0xF595CE) is known color: Tea Rose. HEX triplet: F5, 95 and CE. RGB value is (245,149,206). Sum of RGB (Red+Green+Blue) = 245+149+206=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F595CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595CE is #0A6A31. Grayscale: #B8B8B8. Windows color (decimal): -682546 or 13538805. OLE color: 13538805.

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

Color convert

RGB 245 149 206 -
CMYK 0 0.39 0.16 0.04
HSL 324.38º 0.83% 0.77% -
HSV(B) 324.38º 0.39% 0.96% -
XYZ 59.54 45.36 64.01 -
YUV 184.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 245 149 206 0 0.39 0.16 0.04 324.38 0.83 0.77
Hex F5 95 CE 0 27 10 4 144 53 4D
Octal 365 225 316 0 47 20 4 504 123 115
Binary 11110101 10010101 11001110 0 100111 10000 100 101000100 1010011 1001101

Color Harmonies of #F595CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595CE

Black with #F595CE

Text Example


Text Example

White with #F595CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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