Html Css Color HEX #F884C6 Tea Rose

📋 copy color: '#F884C6'

red 248 ◦ green 132 ◦ blue 198

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

Shades of Tea Rose #F884C6

Tints of Tea Rose #F884C6

RGB

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

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

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

R = 42.91%
G = 22.84%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F884C6 (or 0xF884C6) is known color: Tea Rose. HEX triplet: F8, 84 and C6. RGB value is (248,132,198). Sum of RGB (Red+Green+Blue) = 248+132+198=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F884C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884C6 is #077B39. Grayscale: #AEAEAE. Windows color (decimal): -490298 or 13010168. OLE color: 13010168.

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

Color convert

RGB 248 132 198 -
CMYK 0 0.47 0.20 0.03
HSL 325.86º 0.89% 0.75% -
HSV(B) 325.86º 0.47% 0.97% -
XYZ 57.16 40.54 58.24 -
YUV 174.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 248 132 198 0 0.47 0.20 0.03 325.86 0.89 0.75
Hex F8 84 C6 0 2F 14 3 146 59 4B
Octal 370 204 306 0 57 24 3 506 131 113
Binary 11111000 10000100 11000110 0 101111 10100 11 101000110 1011001 1001011

Color Harmonies of #F884C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884C6

Black with #F884C6

Text Example


Text Example

White with #F884C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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