Html Css Color HEX #F793CB Tea Rose

📋 copy color: '#F793CB'

red 247 ◦ green 147 ◦ blue 203

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

Shades of Tea Rose #F793CB

Tints of Tea Rose #F793CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34%

R = 41.37%
G = 24.62%
B = 34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F793CB (or 0xF793CB) is known color: Tea Rose. HEX triplet: F7, 93 and CB. RGB value is (247,147,203). Sum of RGB (Red+Green+Blue) = 247+147+203=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F793CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793CB is #086C34. Grayscale: #B7B7B7. Windows color (decimal): -551989 or 13341687. OLE color: 13341687.

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

Color convert

RGB 247 147 203 -
CMYK 0 0.40 0.18 0.03
HSL 326.4º 0.86% 0.77% -
HSV(B) 326.4º 0.4% 0.97% -
XYZ 59.57 44.95 62.04 -
YUV 183.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 247 147 203 0 0.40 0.18 0.03 326.4 0.86 0.77
Hex F7 93 CB 0 28 12 3 146 56 4D
Octal 367 223 313 0 50 22 3 506 126 115
Binary 11110111 10010011 11001011 0 101000 10010 11 101000110 1010110 1001101

Color Harmonies of #F793CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793CB

Black with #F793CB

Text Example


Text Example

White with #F793CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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