Html Css Color HEX #F880C8 Tea Rose

📋 copy color: '#F880C8'

red 248 ◦ green 128 ◦ blue 200

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

Shades of Tea Rose #F880C8

Tints of Tea Rose #F880C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 43.06%
G = 22.22%
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

#F880C8 (or 0xF880C8) is known color: Tea Rose. HEX triplet: F8, 80 and C8. RGB value is (248,128,200). Sum of RGB (Red+Green+Blue) = 248+128+200=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F880C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880C8 is #077F37. Grayscale: #ABABAB. Windows color (decimal): -491320 or 13140216. OLE color: 13140216.

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

Color convert

RGB 248 128 200 -
CMYK 0 0.48 0.19 0.03
HSL 324º 0.9% 0.74% -
HSV(B) 324º 0.48% 0.97% -
XYZ 56.86 39.56 59.28 -
YUV 172.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 248 128 200 0 0.48 0.19 0.03 324 0.9 0.74
Hex F8 80 C8 0 30 13 3 144 5A 4A
Octal 370 200 310 0 60 23 3 504 132 112
Binary 11111000 10000000 11001000 0 110000 10011 11 101000100 1011010 1001010

Color Harmonies of #F880C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880C8

Black with #F880C8

Text Example


Text Example

White with #F880C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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