Html Css Color HEX #F484C6 Tea Rose

📋 copy color: '#F484C6'

red 244 ◦ green 132 ◦ blue 198

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

Shades of Tea Rose #F484C6

Tints of Tea Rose #F484C6

RGB

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

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

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

R = 42.51%
G = 23%
B = 34.49%

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

#F484C6 (or 0xF484C6) is known color: Tea Rose. HEX triplet: F4, 84 and C6. RGB value is (244,132,198). Sum of RGB (Red+Green+Blue) = 244+132+198=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F484C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484C6 is #0B7B39. Grayscale: #ACACAC. Windows color (decimal): -752442 or 13010164. OLE color: 13010164.

HSL color Cylindrical-coordinate representation of color #F484C6: hue angle of 324.64º 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 #F484C6 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 198 -
CMYK 0 0.46 0.19 0.04
HSL 324.64º 0.84% 0.74% -
HSV(B) 324.64º 0.46% 0.96% -
XYZ 55.75 39.81 58.17 -
YUV 173.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 244 132 198 0 0.46 0.19 0.04 324.64 0.84 0.74
Hex F4 84 C6 0 2E 13 4 145 54 4A
Octal 364 204 306 0 56 23 4 505 124 112
Binary 11110100 10000100 11000110 0 101110 10011 100 101000101 1010100 1001010

Color Harmonies of #F484C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F484C6

Black with #F484C6

Text Example


Text Example

White with #F484C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F484C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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