Html Css Color HEX #F790CA Tea Rose

📋 copy color: '#F790CA'

red 247 ◦ green 144 ◦ blue 202

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

Shades of Tea Rose #F790CA

Tints of Tea Rose #F790CA

RGB

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

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

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

R = 41.65%
G = 24.28%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F790CA (or 0xF790CA) is known color: Tea Rose. HEX triplet: F7, 90 and CA. RGB value is (247,144,202). Sum of RGB (Red+Green+Blue) = 247+144+202=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F790CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790CA is #086F35. Grayscale: #B5B5B5. Windows color (decimal): -552758 or 13275383. OLE color: 13275383.

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

Color convert

RGB 247 144 202 -
CMYK 0 0.42 0.18 0.03
HSL 326.21º 0.87% 0.77% -
HSV(B) 326.21º 0.42% 0.97% -
XYZ 58.99 43.98 61.26 -
YUV 181.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 247 144 202 0 0.42 0.18 0.03 326.21 0.87 0.77
Hex F7 90 CA 0 2A 12 3 146 57 4D
Octal 367 220 312 0 52 22 3 506 127 115
Binary 11110111 10010000 11001010 0 101010 10010 11 101000110 1010111 1001101

Color Harmonies of #F790CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F790CA

Black with #F790CA

Text Example


Text Example

White with #F790CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F790CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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