Html Css Color HEX #F592CD Tea Rose

📋 copy color: '#F592CD'

red 245 ◦ green 146 ◦ blue 205

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

Shades of Tea Rose #F592CD

Tints of Tea Rose #F592CD

RGB

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

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

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

R = 41.11%
G = 24.5%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F592CD (or 0xF592CD) is known color: Tea Rose. HEX triplet: F5, 92 and CD. RGB value is (245,146,205). Sum of RGB (Red+Green+Blue) = 245+146+205=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F592CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592CD is #0A6D32. Grayscale: #B6B6B6. Windows color (decimal): -683315 or 13472501. OLE color: 13472501.

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

Color convert

RGB 245 146 205 -
CMYK 0 0.40 0.16 0.04
HSL 324.24º 0.83% 0.77% -
HSV(B) 324.24º 0.4% 0.96% -
XYZ 58.95 44.38 63.22 -
YUV 182.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 245 146 205 0 0.40 0.16 0.04 324.24 0.83 0.77
Hex F5 92 CD 0 28 10 4 144 53 4D
Octal 365 222 315 0 50 20 4 504 123 115
Binary 11110101 10010010 11001101 0 101000 10000 100 101000100 1010011 1001101

Color Harmonies of #F592CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F592CD

Black with #F592CD

Text Example


Text Example

White with #F592CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F592CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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