Html Css Color HEX #F894D1 Tea Rose

📋 copy color: '#F894D1'

red 248 ◦ green 148 ◦ blue 209

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

Shades of Tea Rose #F894D1

Tints of Tea Rose #F894D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.46%

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 40.99%
G = 24.46%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F894D1 (or 0xF894D1) is known color: Tea Rose. HEX triplet: F8, 94 and D1. RGB value is (248,148,209). Sum of RGB (Red+Green+Blue) = 248+148+209=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F894D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894D1 is #076B2E. Grayscale: #B8B8B8. Windows color (decimal): -486191 or 13735160. OLE color: 13735160.

HSL color Cylindrical-coordinate representation of color #F894D1: hue angle of 323.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894D1 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 209 -
CMYK 0 0.40 0.16 0.03
HSL 323.4º 0.88% 0.78% -
HSV(B) 323.4º 0.4% 0.97% -
XYZ 60.81 45.74 65.95 -
YUV 184.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 248 148 209 0 0.40 0.16 0.03 323.4 0.88 0.78
Hex F8 94 D1 0 28 10 3 143 58 4E
Octal 370 224 321 0 50 20 3 503 130 116
Binary 11111000 10010100 11010001 0 101000 10000 11 101000011 1011000 1001110

Color Harmonies of #F894D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894D1

Black with #F894D1

Text Example


Text Example

White with #F894D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894D1; }

 p { color: rgb(248,148,209); }

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

background-color css

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

 a { background-color: rgb(248,148,209); }

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

border-color css

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

 span { border-color: rgb(248,148,209); }

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