Html Css Color HEX #F490C0 Tea Rose

📋 copy color: '#F490C0'

red 244 ◦ green 144 ◦ blue 192

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

Shades of Tea Rose #F490C0

Tints of Tea Rose #F490C0

RGB

 RED value IS 244 (95.7% from 255) = 42.07%

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

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 42.07%
G = 24.83%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F490C0 (or 0xF490C0) is known color: Tea Rose. HEX triplet: F4, 90 and C0. RGB value is (244,144,192). Sum of RGB (Red+Green+Blue) = 244+144+192=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F490C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490C0 is #0B6F3F. Grayscale: #B3B3B3. Windows color (decimal): -749376 or 12620020. OLE color: 12620020.

HSL color Cylindrical-coordinate representation of color #F490C0: hue angle of 331.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490C0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 144 192 -
CMYK 0 0.41 0.21 0.04
HSL 331.2º 0.82% 0.76% -
HSV(B) 331.2º 0.41% 0.96% -
XYZ 56.8 42.99 55.17 -
YUV 179.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 244 144 192 0 0.41 0.21 0.04 331.2 0.82 0.76
Hex F4 90 C0 0 29 15 4 14B 52 4C
Octal 364 220 300 0 51 25 4 513 122 114
Binary 11110100 10010000 11000000 0 101001 10101 100 101001011 1010010 1001100

Color Harmonies of #F490C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F490C0

Black with #F490C0

Text Example


Text Example

White with #F490C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F490C0; }

 p { color: rgb(244,144,192); }

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

background-color css

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

 a { background-color: rgb(244,144,192); }

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

border-color css

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

 span { border-color: rgb(244,144,192); }

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