Html Css Color HEX #F793CE Tea Rose

📋 copy color: '#F793CE'

red 247 ◦ green 147 ◦ blue 206

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

Shades of Tea Rose #F793CE

Tints of Tea Rose #F793CE

RGB

 RED value IS 247 (96.88% from 255) = 41.17%

 GREEN value IS 147 (57.81% from 255) = 24.5%

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

R = 41.17%
G = 24.5%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F793CE (or 0xF793CE) is known color: Tea Rose. HEX triplet: F7, 93 and CE. RGB value is (247,147,206). Sum of RGB (Red+Green+Blue) = 247+147+206=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F793CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793CE is #086C31. Grayscale: #B7B7B7. Windows color (decimal): -551986 or 13538295. OLE color: 13538295.

HSL color Cylindrical-coordinate representation of color #F793CE: hue angle of 324.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F793CE is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 147 206 -
CMYK 0 0.40 0.17 0.03
HSL 324.6º 0.86% 0.77% -
HSV(B) 324.6º 0.4% 0.97% -
XYZ 59.93 45.1 63.94 -
YUV 183.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 247 147 206 0 0.40 0.17 0.03 324.6 0.86 0.77
Hex F7 93 CE 0 28 11 3 145 56 4D
Octal 367 223 316 0 50 21 3 505 126 115
Binary 11110111 10010011 11001110 0 101000 10001 11 101000101 1010110 1001101

Color Harmonies of #F793CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793CE

Black with #F793CE

Text Example


Text Example

White with #F793CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793CE; }

 p { color: rgb(247,147,206); }

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

background-color css

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

 a { background-color: rgb(247,147,206); }

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

border-color css

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

 span { border-color: rgb(247,147,206); }

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