Html Css Color HEX #F884C3 Tea Rose

📋 copy color: '#F884C3'

red 248 ◦ green 132 ◦ blue 195

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

Shades of Tea Rose #F884C3

Tints of Tea Rose #F884C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.91%

R = 43.13%
G = 22.96%
B = 33.91%

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

#F884C3 (or 0xF884C3) is known color: Tea Rose. HEX triplet: F8, 84 and C3. RGB value is (248,132,195). Sum of RGB (Red+Green+Blue) = 248+132+195=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F884C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884C3 is #077B3C. Grayscale: #ADADAD. Windows color (decimal): -490301 or 12813560. OLE color: 12813560.

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

Color convert

RGB 248 132 195 -
CMYK 0 0.47 0.21 0.03
HSL 327.41º 0.89% 0.75% -
HSV(B) 327.41º 0.47% 0.97% -
XYZ 56.81 40.4 56.43 -
YUV 173.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 248 132 195 0 0.47 0.21 0.03 327.41 0.89 0.75
Hex F8 84 C3 0 2F 15 3 147 59 4B
Octal 370 204 303 0 57 25 3 507 131 113
Binary 11111000 10000100 11000011 0 101111 10101 11 101000111 1011001 1001011

Color Harmonies of #F884C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884C3

Black with #F884C3

Text Example


Text Example

White with #F884C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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