Html Css Color HEX #F882C0 Tea Rose

📋 copy color: '#F882C0'

red 248 ◦ green 130 ◦ blue 192

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

Shades of Tea Rose #F882C0

Tints of Tea Rose #F882C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.68%

R = 43.51%
G = 22.81%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F882C0 (or 0xF882C0) is known color: Tea Rose. HEX triplet: F8, 82 and C0. RGB value is (248,130,192). Sum of RGB (Red+Green+Blue) = 248+130+192=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C0 is #077D3F. Grayscale: #ACACAC. Windows color (decimal): -490816 or 12616440. OLE color: 12616440.

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

Color convert

RGB 248 130 192 -
CMYK 0 0.48 0.23 0.03
HSL 328.47º 0.89% 0.74% -
HSV(B) 328.47º 0.48% 0.97% -
XYZ 56.21 39.73 54.57 -
YUV 172.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 248 130 192 0 0.48 0.23 0.03 328.47 0.89 0.74
Hex F8 82 C0 0 30 17 3 148 59 4A
Octal 370 202 300 0 60 27 3 510 131 112
Binary 11111000 10000010 11000000 0 110000 10111 11 101001000 1011001 1001010

Color Harmonies of #F882C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882C0

Black with #F882C0

Text Example


Text Example

White with #F882C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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