Html Css Color HEX #F482C9 Tea Rose

📋 copy color: '#F482C9'

red 244 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #F482C9

Tints of Tea Rose #F482C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 42.43%
G = 22.61%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F482C9 (or 0xF482C9) is known color: Tea Rose. HEX triplet: F4, 82 and C9. RGB value is (244,130,201). Sum of RGB (Red+Green+Blue) = 244+130+201=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F482C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482C9 is #0B7D36. Grayscale: #ACACAC. Windows color (decimal): -752951 or 13206260. OLE color: 13206260.

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

Color convert

RGB 244 130 201 -
CMYK 0 0.47 0.18 0.04
HSL 322.63º 0.84% 0.73% -
HSV(B) 322.63º 0.47% 0.96% -
XYZ 55.83 39.42 59.92 -
YUV 172.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 244 130 201 0 0.47 0.18 0.04 322.63 0.84 0.73
Hex F4 82 C9 0 2F 12 4 143 54 49
Octal 364 202 311 0 57 22 4 503 124 111
Binary 11110100 10000010 11001001 0 101111 10010 100 101000011 1010100 1001001

Color Harmonies of #F482C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482C9

Black with #F482C9

Text Example


Text Example

White with #F482C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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