Html Css Color HEX #F490CD Tea Rose

📋 copy color: '#F490CD'

red 244 ◦ green 144 ◦ blue 205

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

Shades of Tea Rose #F490CD

Tints of Tea Rose #F490CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.57%

R = 41.15%
G = 24.28%
B = 34.57%

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

#F490CD (or 0xF490CD) is known color: Tea Rose. HEX triplet: F4, 90 and CD. RGB value is (244,144,205). Sum of RGB (Red+Green+Blue) = 244+144+205=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F490CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490CD is #0B6F32. Grayscale: #B4B4B4. Windows color (decimal): -749363 or 13471988. OLE color: 13471988.

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

Color convert

RGB 244 144 205 -
CMYK 0 0.41 0.16 0.04
HSL 323.4º 0.82% 0.76% -
HSV(B) 323.4º 0.41% 0.96% -
XYZ 58.3 43.59 63.1 -
YUV 180.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 244 144 205 0 0.41 0.16 0.04 323.4 0.82 0.76
Hex F4 90 CD 0 29 10 4 143 52 4C
Octal 364 220 315 0 51 20 4 503 122 114
Binary 11110100 10010000 11001101 0 101001 10000 100 101000011 1010010 1001100

Color Harmonies of #F490CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F490CD

Black with #F490CD

Text Example


Text Example

White with #F490CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F490CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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