Html Css Color HEX #F592CC Tea Rose

📋 copy color: '#F592CC'

red 245 ◦ green 146 ◦ blue 204

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

Shades of Tea Rose #F592CC

Tints of Tea Rose #F592CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.54%

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

R = 41.18%
G = 24.54%
B = 34.29%

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

#F592CC (or 0xF592CC) is known color: Tea Rose. HEX triplet: F5, 92 and CC. RGB value is (245,146,204). Sum of RGB (Red+Green+Blue) = 245+146+204=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F592CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592CC is #0A6D33. Grayscale: #B6B6B6. Windows color (decimal): -683316 or 13406965. OLE color: 13406965.

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

Color convert

RGB 245 146 204 -
CMYK 0 0.40 0.17 0.04
HSL 324.85º 0.83% 0.77% -
HSV(B) 324.85º 0.4% 0.96% -
XYZ 58.83 44.33 62.58 -
YUV 182.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 245 146 204 0 0.40 0.17 0.04 324.85 0.83 0.77
Hex F5 92 CC 0 28 11 4 145 53 4D
Octal 365 222 314 0 50 21 4 505 123 115
Binary 11110101 10010010 11001100 0 101000 10001 100 101000101 1010011 1001101

Color Harmonies of #F592CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F592CC

Black with #F592CC

Text Example


Text Example

White with #F592CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F592CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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