Html Css Color HEX #F492CE Tea Rose

📋 copy color: '#F492CE'

red 244 ◦ green 146 ◦ blue 206

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

Shades of Tea Rose #F492CE

Tints of Tea Rose #F492CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.5%

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

R = 40.94%
G = 24.5%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F492CE (or 0xF492CE) is known color: Tea Rose. HEX triplet: F4, 92 and CE. RGB value is (244,146,206). Sum of RGB (Red+Green+Blue) = 244+146+206=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F492CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492CE is #0B6D31. Grayscale: #B6B6B6. Windows color (decimal): -748850 or 13538036. OLE color: 13538036.

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

Color convert

RGB 244 146 206 -
CMYK 0 0.40 0.16 0.04
HSL 323.27º 0.82% 0.76% -
HSV(B) 323.27º 0.4% 0.96% -
XYZ 58.73 44.25 63.84 -
YUV 182.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 244 146 206 0 0.40 0.16 0.04 323.27 0.82 0.76
Hex F4 92 CE 0 28 10 4 143 52 4C
Octal 364 222 316 0 50 20 4 503 122 114
Binary 11110100 10010010 11001110 0 101000 10000 100 101000011 1010010 1001100

Color Harmonies of #F492CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F492CE

Black with #F492CE

Text Example


Text Example

White with #F492CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F492CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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