Html Css Color HEX #F882C6 Tea Rose

📋 copy color: '#F882C6'

red 248 ◦ green 130 ◦ blue 198

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

Shades of Tea Rose #F882C6

Tints of Tea Rose #F882C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.38%

R = 43.06%
G = 22.57%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F882C6 (or 0xF882C6) is known color: Tea Rose. HEX triplet: F8, 82 and C6. RGB value is (248,130,198). Sum of RGB (Red+Green+Blue) = 248+130+198=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C6 is #077D39. Grayscale: #ACACAC. Windows color (decimal): -490810 or 13009656. OLE color: 13009656.

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

Color convert

RGB 248 130 198 -
CMYK 0 0.48 0.20 0.03
HSL 325.42º 0.89% 0.74% -
HSV(B) 325.42º 0.48% 0.97% -
XYZ 56.89 40 58.15 -
YUV 173.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 248 130 198 0 0.48 0.20 0.03 325.42 0.89 0.74
Hex F8 82 C6 0 30 14 3 145 59 4A
Octal 370 202 306 0 60 24 3 505 131 112
Binary 11111000 10000010 11000110 0 110000 10100 11 101000101 1011001 1001010

Color Harmonies of #F882C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882C6

Black with #F882C6

Text Example


Text Example

White with #F882C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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