Html Css Color HEX #F490CA Tea Rose

📋 copy color: '#F490CA'

red 244 ◦ green 144 ◦ blue 202

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

Shades of Tea Rose #F490CA

Tints of Tea Rose #F490CA

RGB

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

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

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

R = 41.36%
G = 24.41%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F490CA (or 0xF490CA) is known color: Tea Rose. HEX triplet: F4, 90 and CA. RGB value is (244,144,202). Sum of RGB (Red+Green+Blue) = 244+144+202=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F490CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490CA is #0B6F35. Grayscale: #B4B4B4. Windows color (decimal): -749366 or 13275380. OLE color: 13275380.

HSL color Cylindrical-coordinate representation of color #F490CA: hue angle of 325.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 #F490CA is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 144 202 -
CMYK 0 0.41 0.17 0.04
HSL 325.2º 0.82% 0.76% -
HSV(B) 325.2º 0.41% 0.96% -
XYZ 57.94 43.44 61.21 -
YUV 180.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 244 144 202 0 0.41 0.17 0.04 325.2 0.82 0.76
Hex F4 90 CA 0 29 11 4 145 52 4C
Octal 364 220 312 0 51 21 4 505 122 114
Binary 11110100 10010000 11001010 0 101001 10001 100 101000101 1010010 1001100

Color Harmonies of #F490CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F490CA

Black with #F490CA

Text Example


Text Example

White with #F490CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F490CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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