Html Css Color HEX #F884C4 Tea Rose

📋 copy color: '#F884C4'

red 248 ◦ green 132 ◦ blue 196

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

Shades of Tea Rose #F884C4

Tints of Tea Rose #F884C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.03%

R = 43.06%
G = 22.92%
B = 34.03%

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

#F884C4 (or 0xF884C4) is known color: Tea Rose. HEX triplet: F8, 84 and C4. RGB value is (248,132,196). Sum of RGB (Red+Green+Blue) = 248+132+196=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F884C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884C4 is #077B3B. Grayscale: #ADADAD. Windows color (decimal): -490300 or 12879096. OLE color: 12879096.

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

Color convert

RGB 248 132 196 -
CMYK 0 0.47 0.21 0.03
HSL 326.9º 0.89% 0.75% -
HSV(B) 326.9º 0.47% 0.97% -
XYZ 56.93 40.44 57.03 -
YUV 173.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 248 132 196 0 0.47 0.21 0.03 326.9 0.89 0.75
Hex F8 84 C4 0 2F 15 3 147 59 4B
Octal 370 204 304 0 57 25 3 507 131 113
Binary 11111000 10000100 11000100 0 101111 10101 11 101000111 1011001 1001011

Color Harmonies of #F884C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884C4

Black with #F884C4

Text Example


Text Example

White with #F884C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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