Html Css Color HEX #F884C5 Tea Rose

📋 copy color: '#F884C5'

red 248 ◦ green 132 ◦ blue 197

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

Shades of Tea Rose #F884C5

Tints of Tea Rose #F884C5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.88%

 BLUE value IS 197 (77.34% from 255) = 34.14%

R = 42.98%
G = 22.88%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F884C5 (or 0xF884C5) is known color: Tea Rose. HEX triplet: F8, 84 and C5. RGB value is (248,132,197). Sum of RGB (Red+Green+Blue) = 248+132+197=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F884C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884C5 is #077B3A. Grayscale: #ADADAD. Windows color (decimal): -490299 or 12944632. OLE color: 12944632.

HSL color Cylindrical-coordinate representation of color #F884C5: hue angle of 326.38º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884C5 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 132 197 -
CMYK 0 0.47 0.21 0.03
HSL 326.38º 0.89% 0.75% -
HSV(B) 326.38º 0.47% 0.97% -
XYZ 57.04 40.49 57.63 -
YUV 174.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 248 132 197 0 0.47 0.21 0.03 326.38 0.89 0.75
Hex F8 84 C5 0 2F 15 3 146 59 4B
Octal 370 204 305 0 57 25 3 506 131 113
Binary 11111000 10000100 11000101 0 101111 10101 11 101000110 1011001 1001011

Color Harmonies of #F884C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884C5

Black with #F884C5

Text Example


Text Example

White with #F884C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884C5; }

 p { color: rgb(248,132,197); }

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

background-color css

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

 a { background-color: rgb(248,132,197); }

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

border-color css

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

 span { border-color: rgb(248,132,197); }

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