Html Css Color HEX #F881CE Tea Rose

📋 copy color: '#F881CE'

red 248 ◦ green 129 ◦ blue 206

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

Shades of Tea Rose #F881CE

Tints of Tea Rose #F881CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.13%

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

R = 42.54%
G = 22.13%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F881CE (or 0xF881CE) is known color: Tea Rose. HEX triplet: F8, 81 and CE. RGB value is (248,129,206). Sum of RGB (Red+Green+Blue) = 248+129+206=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F881CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881CE is #077E31. Grayscale: #ADADAD. Windows color (decimal): -491058 or 13533688. OLE color: 13533688.

HSL color Cylindrical-coordinate representation of color #F881CE: hue angle of 321.18º degrees, saturation: 0.89, 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 #F881CE is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 129 206 -
CMYK 0 0.48 0.17 0.03
HSL 321.18º 0.89% 0.74% -
HSV(B) 321.18º 0.48% 0.97% -
XYZ 57.7 40.11 63.09 -
YUV 173.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 248 129 206 0 0.48 0.17 0.03 321.18 0.89 0.74
Hex F8 81 CE 0 30 11 3 141 59 4A
Octal 370 201 316 0 60 21 3 501 131 112
Binary 11111000 10000001 11001110 0 110000 10001 11 101000001 1011001 1001010

Color Harmonies of #F881CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881CE

Black with #F881CE

Text Example


Text Example

White with #F881CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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