Html Css Color HEX #F484D1 Tea Rose

📋 copy color: '#F484D1'

red 244 ◦ green 132 ◦ blue 209

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

Shades of Tea Rose #F484D1

Tints of Tea Rose #F484D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 41.71%
G = 22.56%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F484D1 (or 0xF484D1) is known color: Tea Rose. HEX triplet: F4, 84 and D1. RGB value is (244,132,209). Sum of RGB (Red+Green+Blue) = 244+132+209=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F484D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484D1 is #0B7B2E. Grayscale: #AEAEAE. Windows color (decimal): -752431 or 13731060. OLE color: 13731060.

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

Color convert

RGB 244 132 209 -
CMYK 0 0.46 0.14 0.04
HSL 318.75º 0.84% 0.74% -
HSV(B) 318.75º 0.46% 0.96% -
XYZ 57.07 40.34 65.1 -
YUV 174.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 244 132 209 0 0.46 0.14 0.04 318.75 0.84 0.74
Hex F4 84 D1 0 2E E 4 13F 54 4A
Octal 364 204 321 0 56 16 4 477 124 112
Binary 11110100 10000100 11010001 0 101110 1110 100 100111111 1010100 1001010

Color Harmonies of #F484D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F484D1

Black with #F484D1

Text Example


Text Example

White with #F484D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F484D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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