Html Css Color HEX #F790C2 Tea Rose

📋 copy color: '#F790C2'

red 247 ◦ green 144 ◦ blue 194

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

Shades of Tea Rose #F790C2

Tints of Tea Rose #F790C2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.62%

 BLUE value IS 194 (76.17% from 255) = 33.16%

R = 42.22%
G = 24.62%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F790C2 (or 0xF790C2) is known color: Tea Rose. HEX triplet: F7, 90 and C2. RGB value is (247,144,194). Sum of RGB (Red+Green+Blue) = 247+144+194=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F790C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790C2 is #086F3D. Grayscale: #B4B4B4. Windows color (decimal): -552766 or 12751095. OLE color: 12751095.

HSL color Cylindrical-coordinate representation of color #F790C2: hue angle of 330.87º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790C2 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 144 194 -
CMYK 0 0.42 0.21 0.03
HSL 330.87º 0.87% 0.77% -
HSV(B) 330.87º 0.42% 0.97% -
XYZ 58.07 43.62 56.4 -
YUV 180.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 247 144 194 0 0.42 0.21 0.03 330.87 0.87 0.77
Hex F7 90 C2 0 2A 15 3 14B 57 4D
Octal 367 220 302 0 52 25 3 513 127 115
Binary 11110111 10010000 11000010 0 101010 10101 11 101001011 1010111 1001101

Color Harmonies of #F790C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F790C2

Black with #F790C2

Text Example


Text Example

White with #F790C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F790C2; }

 p { color: rgb(247,144,194); }

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

background-color css

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

 a { background-color: rgb(247,144,194); }

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

border-color css

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

 span { border-color: rgb(247,144,194); }

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