Html Css Color HEX #F882C9 Tea Rose

📋 copy color: '#F882C9'

red 248 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #F882C9

Tints of Tea Rose #F882C9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.45%

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

R = 42.83%
G = 22.45%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F882C9 (or 0xF882C9) is known color: Tea Rose. HEX triplet: F8, 82 and C9. RGB value is (248,130,201). Sum of RGB (Red+Green+Blue) = 248+130+201=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C9 is #077D36. Grayscale: #ADADAD. Windows color (decimal): -490807 or 13206264. OLE color: 13206264.

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

Color convert

RGB 248 130 201 -
CMYK 0 0.48 0.19 0.03
HSL 323.9º 0.89% 0.74% -
HSV(B) 323.9º 0.48% 0.97% -
XYZ 57.24 40.14 59.99 -
YUV 173.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 248 130 201 0 0.48 0.19 0.03 323.9 0.89 0.74
Hex F8 82 C9 0 30 13 3 144 59 4A
Octal 370 202 311 0 60 23 3 504 131 112
Binary 11111000 10000010 11001001 0 110000 10011 11 101000100 1011001 1001010

Color Harmonies of #F882C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882C9

Black with #F882C9

Text Example


Text Example

White with #F882C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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