Html Css Color HEX #F594CC Tea Rose

📋 copy color: '#F594CC'

red 245 ◦ green 148 ◦ blue 204

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

Shades of Tea Rose #F594CC

Tints of Tea Rose #F594CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.79%

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 41.04%
G = 24.79%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F594CC (or 0xF594CC) is known color: Tea Rose. HEX triplet: F5, 94 and CC. RGB value is (245,148,204). Sum of RGB (Red+Green+Blue) = 245+148+204=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F594CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594CC is #0A6B33. Grayscale: #B7B7B7. Windows color (decimal): -682804 or 13407477. OLE color: 13407477.

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

Color convert

RGB 245 148 204 -
CMYK 0 0.40 0.17 0.04
HSL 325.36º 0.83% 0.77% -
HSV(B) 325.36º 0.4% 0.96% -
XYZ 59.15 44.95 62.69 -
YUV 183.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 245 148 204 0 0.40 0.17 0.04 325.36 0.83 0.77
Hex F5 94 CC 0 28 11 4 145 53 4D
Octal 365 224 314 0 50 21 4 505 123 115
Binary 11110101 10010100 11001100 0 101000 10001 100 101000101 1010011 1001101

Color Harmonies of #F594CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F594CC

Black with #F594CC

Text Example


Text Example

White with #F594CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F594CC; }

 p { color: rgb(245,148,204); }

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

background-color css

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

 a { background-color: rgb(245,148,204); }

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

border-color css

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

 span { border-color: rgb(245,148,204); }

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