Html Css Color HEX #F490CC Tea Rose

📋 copy color: '#F490CC'

red 244 ◦ green 144 ◦ blue 204

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

Shades of Tea Rose #F490CC

Tints of Tea Rose #F490CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 41.22%
G = 24.32%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F490CC (or 0xF490CC) is known color: Tea Rose. HEX triplet: F4, 90 and CC. RGB value is (244,144,204). Sum of RGB (Red+Green+Blue) = 244+144+204=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F490CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490CC is #0B6F33. Grayscale: #B4B4B4. Windows color (decimal): -749364 or 13406452. OLE color: 13406452.

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

Color convert

RGB 244 144 204 -
CMYK 0 0.41 0.16 0.04
HSL 324º 0.82% 0.76% -
HSV(B) 324º 0.41% 0.96% -
XYZ 58.18 43.54 62.46 -
YUV 180.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 244 144 204 0 0.41 0.16 0.04 324 0.82 0.76
Hex F4 90 CC 0 29 10 4 144 52 4C
Octal 364 220 314 0 51 20 4 504 122 114
Binary 11110100 10010000 11001100 0 101001 10000 100 101000100 1010010 1001100

Color Harmonies of #F490CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F490CC

Black with #F490CC

Text Example


Text Example

White with #F490CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F490CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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