Html Css Color HEX #F891C9 Tea Rose

📋 copy color: '#F891C9'

red 248 ◦ green 145 ◦ blue 201

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

Shades of Tea Rose #F891C9

Tints of Tea Rose #F891C9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.41%

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 41.75%
G = 24.41%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F891C9 (or 0xF891C9) is known color: Tea Rose. HEX triplet: F8, 91 and C9. RGB value is (248,145,201). Sum of RGB (Red+Green+Blue) = 248+145+201=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F891C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891C9 is #076E36. Grayscale: #B6B6B6. Windows color (decimal): -486967 or 13210104. OLE color: 13210104.

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

Color convert

RGB 248 145 201 -
CMYK 0 0.42 0.19 0.03
HSL 327.38º 0.88% 0.77% -
HSV(B) 327.38º 0.42% 0.97% -
XYZ 59.38 44.42 60.7 -
YUV 182.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 248 145 201 0 0.42 0.19 0.03 327.38 0.88 0.77
Hex F8 91 C9 0 2A 13 3 147 58 4D
Octal 370 221 311 0 52 23 3 507 130 115
Binary 11111000 10010001 11001001 0 101010 10011 11 101000111 1011000 1001101

Color Harmonies of #F891C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F891C9

Black with #F891C9

Text Example


Text Example

White with #F891C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F891C9; }

 p { color: rgb(248,145,201); }

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

background-color css

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

 a { background-color: rgb(248,145,201); }

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

border-color css

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

 span { border-color: rgb(248,145,201); }

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