Html Css Color HEX #F793CF Tea Rose

📋 copy color: '#F793CF'

red 247 ◦ green 147 ◦ blue 207

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

Shades of Tea Rose #F793CF

Tints of Tea Rose #F793CF

RGB

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

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

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

R = 41.1%
G = 24.46%
B = 34.44%

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

#F793CF (or 0xF793CF) is known color: Tea Rose. HEX triplet: F7, 93 and CF. RGB value is (247,147,207). Sum of RGB (Red+Green+Blue) = 247+147+207=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F793CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793CF is #086C30. Grayscale: #B7B7B7. Windows color (decimal): -551985 or 13603831. OLE color: 13603831.

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

Color convert

RGB 247 147 207 -
CMYK 0 0.40 0.16 0.03
HSL 324º 0.86% 0.77% -
HSV(B) 324º 0.4% 0.97% -
XYZ 60.05 45.15 64.58 -
YUV 183.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 247 147 207 0 0.40 0.16 0.03 324 0.86 0.77
Hex F7 93 CF 0 28 10 3 144 56 4D
Octal 367 223 317 0 50 20 3 504 126 115
Binary 11110111 10010011 11001111 0 101000 10000 11 101000100 1010110 1001101

Color Harmonies of #F793CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793CF

Black with #F793CF

Text Example


Text Example

White with #F793CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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