Html Css Color HEX #F484C5 Tea Rose

📋 copy color: '#F484C5'

red 244 ◦ green 132 ◦ blue 197

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

Shades of Tea Rose #F484C5

Tints of Tea Rose #F484C5

RGB

 RED value IS 244 (95.7% from 255) = 42.58%

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

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

R = 42.58%
G = 23.04%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F484C5 (or 0xF484C5) is known color: Tea Rose. HEX triplet: F4, 84 and C5. RGB value is (244,132,197). Sum of RGB (Red+Green+Blue) = 244+132+197=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F484C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484C5 is #0B7B3A. Grayscale: #ACACAC. Windows color (decimal): -752443 or 12944628. OLE color: 12944628.

HSL color Cylindrical-coordinate representation of color #F484C5: hue angle of 325.18º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484C5 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 197 -
CMYK 0 0.46 0.19 0.04
HSL 325.18º 0.84% 0.74% -
HSV(B) 325.18º 0.46% 0.96% -
XYZ 55.64 39.77 57.57 -
YUV 172.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 244 132 197 0 0.46 0.19 0.04 325.18 0.84 0.74
Hex F4 84 C5 0 2E 13 4 145 54 4A
Octal 364 204 305 0 56 23 4 505 124 112
Binary 11110100 10000100 11000101 0 101110 10011 100 101000101 1010100 1001010

Color Harmonies of #F484C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F484C5

Black with #F484C5

Text Example


Text Example

White with #F484C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F484C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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