Html Css Color HEX #F482C0 Tea Rose

📋 copy color: '#F482C0'

red 244 ◦ green 130 ◦ blue 192

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

Shades of Tea Rose #F482C0

Tints of Tea Rose #F482C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 43.11%
G = 22.97%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F482C0 (or 0xF482C0) is known color: Tea Rose. HEX triplet: F4, 82 and C0. RGB value is (244,130,192). Sum of RGB (Red+Green+Blue) = 244+130+192=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F482C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482C0 is #0B7D3F. Grayscale: #ABABAB. Windows color (decimal): -752960 or 12616436. OLE color: 12616436.

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

Color convert

RGB 244 130 192 -
CMYK 0 0.47 0.21 0.04
HSL 327.37º 0.84% 0.73% -
HSV(B) 327.37º 0.47% 0.96% -
XYZ 54.81 39 54.51 -
YUV 171.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 244 130 192 0 0.47 0.21 0.04 327.37 0.84 0.73
Hex F4 82 C0 0 2F 15 4 147 54 49
Octal 364 202 300 0 57 25 4 507 124 111
Binary 11110100 10000010 11000000 0 101111 10101 100 101000111 1010100 1001001

Color Harmonies of #F482C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482C0

Black with #F482C0

Text Example


Text Example

White with #F482C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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