Html Css Color HEX #F495CE Tea Rose

📋 copy color: '#F495CE'

red 244 ◦ green 149 ◦ blue 206

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

Shades of Tea Rose #F495CE

Tints of Tea Rose #F495CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.87%

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 40.73%
G = 24.87%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F495CE (or 0xF495CE) is known color: Tea Rose. HEX triplet: F4, 95 and CE. RGB value is (244,149,206). Sum of RGB (Red+Green+Blue) = 244+149+206=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F495CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495CE is #0B6A31. Grayscale: #B7B7B7. Windows color (decimal): -748082 or 13538804. OLE color: 13538804.

HSL color Cylindrical-coordinate representation of color #F495CE: hue angle of 324º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495CE is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 149 206 -
CMYK 0 0.39 0.16 0.04
HSL 324º 0.81% 0.77% -
HSV(B) 324º 0.39% 0.96% -
XYZ 59.2 45.18 63.99 -
YUV 183.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 244 149 206 0 0.39 0.16 0.04 324 0.81 0.77
Hex F4 95 CE 0 27 10 4 144 51 4D
Octal 364 225 316 0 47 20 4 504 121 115
Binary 11110100 10010101 11001110 0 100111 10000 100 101000100 1010001 1001101

Color Harmonies of #F495CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495CE

Black with #F495CE

Text Example


Text Example

White with #F495CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495CE; }

 p { color: rgb(244,149,206); }

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

background-color css

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

 a { background-color: rgb(244,149,206); }

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

border-color css

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

 span { border-color: rgb(244,149,206); }

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