Html Css Color HEX #F790CF Tea Rose

📋 copy color: '#F790CF'

red 247 ◦ green 144 ◦ blue 207

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

Shades of Tea Rose #F790CF

Tints of Tea Rose #F790CF

RGB

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

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

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

R = 41.3%
G = 24.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F790CF (or 0xF790CF) is known color: Tea Rose. HEX triplet: F7, 90 and CF. RGB value is (247,144,207). Sum of RGB (Red+Green+Blue) = 247+144+207=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F790CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790CF is #086F30. Grayscale: #B5B5B5. Windows color (decimal): -552753 or 13603063. OLE color: 13603063.

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

Color convert

RGB 247 144 207 -
CMYK 0 0.42 0.16 0.03
HSL 323.3º 0.87% 0.77% -
HSV(B) 323.3º 0.42% 0.97% -
XYZ 59.59 44.23 64.43 -
YUV 181.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 247 144 207 0 0.42 0.16 0.03 323.3 0.87 0.77
Hex F7 90 CF 0 2A 10 3 143 57 4D
Octal 367 220 317 0 52 20 3 503 127 115
Binary 11110111 10010000 11001111 0 101010 10000 11 101000011 1010111 1001101

Color Harmonies of #F790CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F790CF

Black with #F790CF

Text Example


Text Example

White with #F790CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F790CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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