Html Css Color HEX #F881CD Tea Rose

📋 copy color: '#F881CD'

red 248 ◦ green 129 ◦ blue 205

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

Shades of Tea Rose #F881CD

Tints of Tea Rose #F881CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 42.61%
G = 22.16%
B = 35.22%

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

#F881CD (or 0xF881CD) is known color: Tea Rose. HEX triplet: F8, 81 and CD. RGB value is (248,129,205). Sum of RGB (Red+Green+Blue) = 248+129+205=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F881CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881CD is #077E32. Grayscale: #ADADAD. Windows color (decimal): -491059 or 13468152. OLE color: 13468152.

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

Color convert

RGB 248 129 205 -
CMYK 0 0.48 0.17 0.03
HSL 321.68º 0.89% 0.74% -
HSV(B) 321.68º 0.48% 0.97% -
XYZ 57.58 40.06 62.46 -
YUV 173.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 248 129 205 0 0.48 0.17 0.03 321.68 0.89 0.74
Hex F8 81 CD 0 30 11 3 142 59 4A
Octal 370 201 315 0 60 21 3 502 131 112
Binary 11111000 10000001 11001101 0 110000 10001 11 101000010 1011001 1001010

Color Harmonies of #F881CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881CD

Black with #F881CD

Text Example


Text Example

White with #F881CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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