Html Css Color HEX #F880D1 Tea Rose

📋 copy color: '#F880D1'

red 248 ◦ green 128 ◦ blue 209

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

Shades of Tea Rose #F880D1

Tints of Tea Rose #F880D1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.88%

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

R = 42.39%
G = 21.88%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F880D1 (or 0xF880D1) is known color: Tea Rose. HEX triplet: F8, 80 and D1. RGB value is (248,128,209). Sum of RGB (Red+Green+Blue) = 248+128+209=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F880D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880D1 is #077F2E. Grayscale: #ACACAC. Windows color (decimal): -491311 or 13730040. OLE color: 13730040.

HSL color Cylindrical-coordinate representation of color #F880D1: hue angle of 319.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F880D1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 128 209 -
CMYK 0 0.48 0.16 0.03
HSL 319.5º 0.9% 0.74% -
HSV(B) 319.5º 0.48% 0.97% -
XYZ 57.94 40 64.99 -
YUV 173.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 248 128 209 0 0.48 0.16 0.03 319.5 0.9 0.74
Hex F8 80 D1 0 30 10 3 140 5A 4A
Octal 370 200 321 0 60 20 3 500 132 112
Binary 11111000 10000000 11010001 0 110000 10000 11 101000000 1011010 1001010

Color Harmonies of #F880D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880D1

Black with #F880D1

Text Example


Text Example

White with #F880D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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