Html Css Color HEX #F892CE Tea Rose

📋 copy color: '#F892CE'

red 248 ◦ green 146 ◦ blue 206

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

Shades of Tea Rose #F892CE

Tints of Tea Rose #F892CE

RGB

 RED value IS 248 (97.27% from 255) = 41.33%

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

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

R = 41.33%
G = 24.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F892CE (or 0xF892CE) is known color: Tea Rose. HEX triplet: F8, 92 and CE. RGB value is (248,146,206). Sum of RGB (Red+Green+Blue) = 248+146+206=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F892CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892CE is #076D31. Grayscale: #B7B7B7. Windows color (decimal): -486706 or 13538040. OLE color: 13538040.

HSL color Cylindrical-coordinate representation of color #F892CE: hue angle of 324.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892CE is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 206 -
CMYK 0 0.41 0.17 0.03
HSL 324.71º 0.88% 0.77% -
HSV(B) 324.71º 0.41% 0.97% -
XYZ 60.13 44.97 63.9 -
YUV 183.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 248 146 206 0 0.41 0.17 0.03 324.71 0.88 0.77
Hex F8 92 CE 0 29 11 3 145 58 4D
Octal 370 222 316 0 51 21 3 505 130 115
Binary 11111000 10010010 11001110 0 101001 10001 11 101000101 1011000 1001101

Color Harmonies of #F892CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F892CE

Black with #F892CE

Text Example


Text Example

White with #F892CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F892CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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