Html Css Color HEX #F880C6 Tea Rose

📋 copy color: '#F880C6'

red 248 ◦ green 128 ◦ blue 198

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

Shades of Tea Rose #F880C6

Tints of Tea Rose #F880C6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.3%

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

R = 43.21%
G = 22.3%
B = 34.49%

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

#F880C6 (or 0xF880C6) is known color: Tea Rose. HEX triplet: F8, 80 and C6. RGB value is (248,128,198). Sum of RGB (Red+Green+Blue) = 248+128+198=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F880C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880C6 is #077F39. Grayscale: #ABABAB. Windows color (decimal): -491322 or 13009144. OLE color: 13009144.

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

Color convert

RGB 248 128 198 -
CMYK 0 0.48 0.20 0.03
HSL 325º 0.9% 0.74% -
HSV(B) 325º 0.48% 0.97% -
XYZ 56.62 39.47 58.06 -
YUV 171.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 248 128 198 0 0.48 0.20 0.03 325 0.9 0.74
Hex F8 80 C6 0 30 14 3 145 5A 4A
Octal 370 200 306 0 60 24 3 505 132 112
Binary 11111000 10000000 11000110 0 110000 10100 11 101000101 1011010 1001010

Color Harmonies of #F880C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880C6

Black with #F880C6

Text Example


Text Example

White with #F880C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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