Html Css Color HEX #F794CE Tea Rose

📋 copy color: '#F794CE'

red 247 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #F794CE

Tints of Tea Rose #F794CE

RGB

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

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

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

R = 41.1%
G = 24.63%
B = 34.28%

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

#F794CE (or 0xF794CE) is known color: Tea Rose. HEX triplet: F7, 94 and CE. RGB value is (247,148,206). Sum of RGB (Red+Green+Blue) = 247+148+206=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F794CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794CE is #086B31. Grayscale: #B8B8B8. Windows color (decimal): -551730 or 13538551. OLE color: 13538551.

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

Color convert

RGB 247 148 206 -
CMYK 0 0.40 0.17 0.03
HSL 324.85º 0.86% 0.77% -
HSV(B) 324.85º 0.4% 0.97% -
XYZ 60.09 45.41 63.99 -
YUV 184.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 247 148 206 0 0.40 0.17 0.03 324.85 0.86 0.77
Hex F7 94 CE 0 28 11 3 145 56 4D
Octal 367 224 316 0 50 21 3 505 126 115
Binary 11110111 10010100 11001110 0 101000 10001 11 101000101 1010110 1001101

Color Harmonies of #F794CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F794CE

Black with #F794CE

Text Example


Text Example

White with #F794CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F794CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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