Html Css Color HEX #F595CD Tea Rose

📋 copy color: '#F595CD'

red 245 ◦ green 149 ◦ blue 205

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

Shades of Tea Rose #F595CD

Tints of Tea Rose #F595CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 40.9%
G = 24.87%
B = 34.22%

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

#F595CD (or 0xF595CD) is known color: Tea Rose. HEX triplet: F5, 95 and CD. RGB value is (245,149,205). Sum of RGB (Red+Green+Blue) = 245+149+205=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F595CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595CD is #0A6A32. Grayscale: #B7B7B7. Windows color (decimal): -682547 or 13473269. OLE color: 13473269.

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

Color convert

RGB 245 149 205 -
CMYK 0 0.39 0.16 0.04
HSL 325º 0.83% 0.77% -
HSV(B) 325º 0.39% 0.96% -
XYZ 59.42 45.32 63.37 -
YUV 184.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 245 149 205 0 0.39 0.16 0.04 325 0.83 0.77
Hex F5 95 CD 0 27 10 4 145 53 4D
Octal 365 225 315 0 47 20 4 505 123 115
Binary 11110101 10010101 11001101 0 100111 10000 100 101000101 1010011 1001101

Color Harmonies of #F595CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595CD

Black with #F595CD

Text Example


Text Example

White with #F595CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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