Html Css Color HEX #F492CB Tea Rose

📋 copy color: '#F492CB'

red 244 ◦ green 146 ◦ blue 203

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

Shades of Tea Rose #F492CB

Tints of Tea Rose #F492CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 41.15%
G = 24.62%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F492CB (or 0xF492CB) is known color: Tea Rose. HEX triplet: F4, 92 and CB. RGB value is (244,146,203). Sum of RGB (Red+Green+Blue) = 244+146+203=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F492CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492CB is #0B6D34. Grayscale: #B5B5B5. Windows color (decimal): -748853 or 13341428. OLE color: 13341428.

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

Color convert

RGB 244 146 203 -
CMYK 0 0.40 0.17 0.04
HSL 325.1º 0.82% 0.76% -
HSV(B) 325.1º 0.4% 0.96% -
XYZ 58.37 44.1 61.94 -
YUV 181.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 244 146 203 0 0.40 0.17 0.04 325.1 0.82 0.76
Hex F4 92 CB 0 28 11 4 145 52 4C
Octal 364 222 313 0 50 21 4 505 122 114
Binary 11110100 10010010 11001011 0 101000 10001 100 101000101 1010010 1001100

Color Harmonies of #F492CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F492CB

Black with #F492CB

Text Example


Text Example

White with #F492CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F492CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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