Html Css Color HEX #F482D1 Tea Rose

📋 copy color: '#F482D1'

red 244 ◦ green 130 ◦ blue 209

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

Shades of Tea Rose #F482D1

Tints of Tea Rose #F482D1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.3%

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

R = 41.85%
G = 22.3%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F482D1 (or 0xF482D1) is known color: Tea Rose. HEX triplet: F4, 82 and D1. RGB value is (244,130,209). Sum of RGB (Red+Green+Blue) = 244+130+209=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F482D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482D1 is #0B7D2E. Grayscale: #ACACAC. Windows color (decimal): -752943 or 13730548. OLE color: 13730548.

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

Color convert

RGB 244 130 209 -
CMYK 0 0.47 0.14 0.04
HSL 318.42º 0.84% 0.73% -
HSV(B) 318.42º 0.47% 0.96% -
XYZ 56.8 39.8 65.01 -
YUV 173.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 244 130 209 0 0.47 0.14 0.04 318.42 0.84 0.73
Hex F4 82 D1 0 2F E 4 13E 54 49
Octal 364 202 321 0 57 16 4 476 124 111
Binary 11110100 10000010 11010001 0 101111 1110 100 100111110 1010100 1001001

Color Harmonies of #F482D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482D1

Black with #F482D1

Text Example


Text Example

White with #F482D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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