Html Css Color HEX #F482D0 Tea Rose

📋 copy color: '#F482D0'

red 244 ◦ green 130 ◦ blue 208

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

Shades of Tea Rose #F482D0

Tints of Tea Rose #F482D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 41.92%
G = 22.34%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F482D0 (or 0xF482D0) is known color: Tea Rose. HEX triplet: F4, 82 and D0. RGB value is (244,130,208). Sum of RGB (Red+Green+Blue) = 244+130+208=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F482D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482D0 is #0B7D2F. Grayscale: #ACACAC. Windows color (decimal): -752944 or 13665012. OLE color: 13665012.

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

Color convert

RGB 244 130 208 -
CMYK 0 0.47 0.15 0.04
HSL 318.95º 0.84% 0.73% -
HSV(B) 318.95º 0.47% 0.96% -
XYZ 56.68 39.75 64.36 -
YUV 172.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 244 130 208 0 0.47 0.15 0.04 318.95 0.84 0.73
Hex F4 82 D0 0 2F F 4 13F 54 49
Octal 364 202 320 0 57 17 4 477 124 111
Binary 11110100 10000010 11010000 0 101111 1111 100 100111111 1010100 1001001

Color Harmonies of #F482D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482D0

Black with #F482D0

Text Example


Text Example

White with #F482D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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