Html Css Color HEX #F794CA Tea Rose

📋 copy color: '#F794CA'

red 247 ◦ green 148 ◦ blue 202

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

Shades of Tea Rose #F794CA

Tints of Tea Rose #F794CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 41.37%
G = 24.79%
B = 33.84%

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

#F794CA (or 0xF794CA) is known color: Tea Rose. HEX triplet: F7, 94 and CA. RGB value is (247,148,202). Sum of RGB (Red+Green+Blue) = 247+148+202=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F794CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794CA is #086B35. Grayscale: #B7B7B7. Windows color (decimal): -551734 or 13276407. OLE color: 13276407.

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

Color convert

RGB 247 148 202 -
CMYK 0 0.40 0.18 0.03
HSL 327.27º 0.86% 0.77% -
HSV(B) 327.27º 0.4% 0.97% -
XYZ 59.61 45.22 61.46 -
YUV 183.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 247 148 202 0 0.40 0.18 0.03 327.27 0.86 0.77
Hex F7 94 CA 0 28 12 3 147 56 4D
Octal 367 224 312 0 50 22 3 507 126 115
Binary 11110111 10010100 11001010 0 101000 10010 11 101000111 1010110 1001101

Color Harmonies of #F794CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F794CA

Black with #F794CA

Text Example


Text Example

White with #F794CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F794CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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