Html Css Color HEX #F794CF Tea Rose

📋 copy color: '#F794CF'

red 247 ◦ green 148 ◦ blue 207

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

Shades of Tea Rose #F794CF

Tints of Tea Rose #F794CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 41.03%
G = 24.58%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F794CF (or 0xF794CF) is known color: Tea Rose. HEX triplet: F7, 94 and CF. RGB value is (247,148,207). Sum of RGB (Red+Green+Blue) = 247+148+207=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F794CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794CF is #086B30. Grayscale: #B8B8B8. Windows color (decimal): -551729 or 13604087. OLE color: 13604087.

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

Color convert

RGB 247 148 207 -
CMYK 0 0.40 0.16 0.03
HSL 324.24º 0.86% 0.77% -
HSV(B) 324.24º 0.4% 0.97% -
XYZ 60.21 45.46 64.63 -
YUV 184.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 247 148 207 0 0.40 0.16 0.03 324.24 0.86 0.77
Hex F7 94 CF 0 28 10 3 144 56 4D
Octal 367 224 317 0 50 20 3 504 126 115
Binary 11110111 10010100 11001111 0 101000 10000 11 101000100 1010110 1001101

Color Harmonies of #F794CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F794CF

Black with #F794CF

Text Example


Text Example

White with #F794CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F794CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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