Html Css Color HEX #F884D3 Tea Rose

📋 copy color: '#F884D3'

red 248 ◦ green 132 ◦ blue 211

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

Shades of Tea Rose #F884D3

Tints of Tea Rose #F884D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.7%

R = 41.96%
G = 22.34%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F884D3 (or 0xF884D3) is known color: Tea Rose. HEX triplet: F8, 84 and D3. RGB value is (248,132,211). Sum of RGB (Red+Green+Blue) = 248+132+211=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F884D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884D3 is #077B2C. Grayscale: #AFAFAF. Windows color (decimal): -490285 or 13862136. OLE color: 13862136.

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

Color convert

RGB 248 132 211 -
CMYK 0 0.47 0.15 0.03
HSL 319.14º 0.89% 0.75% -
HSV(B) 319.14º 0.47% 0.97% -
XYZ 58.72 41.16 66.48 -
YUV 175.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 248 132 211 0 0.47 0.15 0.03 319.14 0.89 0.75
Hex F8 84 D3 0 2F F 3 13F 59 4B
Octal 370 204 323 0 57 17 3 477 131 113
Binary 11111000 10000100 11010011 0 101111 1111 11 100111111 1011001 1001011

Color Harmonies of #F884D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884D3

Black with #F884D3

Text Example


Text Example

White with #F884D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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