Html Css Color HEX #F48DC2 Tea Rose

📋 copy color: '#F48DC2'

red 244 ◦ green 141 ◦ blue 194

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

Shades of Tea Rose #F48DC2

Tints of Tea Rose #F48DC2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 42.14%
G = 24.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F48DC2 (or 0xF48DC2) is known color: Tea Rose. HEX triplet: F4, 8D and C2. RGB value is (244,141,194). Sum of RGB (Red+Green+Blue) = 244+141+194=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DC2 is #0B723D. Grayscale: #B1B1B1. Windows color (decimal): -750142 or 12750324. OLE color: 12750324.

HSL color Cylindrical-coordinate representation of color #F48DC2: hue angle of 329.13º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DC2 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 141 194 -
CMYK 0 0.42 0.20 0.04
HSL 329.13º 0.82% 0.75% -
HSV(B) 329.13º 0.42% 0.96% -
XYZ 56.57 42.18 56.2 -
YUV 177.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 244 141 194 0 0.42 0.20 0.04 329.13 0.82 0.75
Hex F4 8D C2 0 2A 14 4 149 52 4B
Octal 364 215 302 0 52 24 4 511 122 113
Binary 11110100 10001101 11000010 0 101010 10100 100 101001001 1010010 1001011

Color Harmonies of #F48DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48DC2

Black with #F48DC2

Text Example


Text Example

White with #F48DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48DC2; }

 p { color: rgb(244,141,194); }

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

background-color css

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

 a { background-color: rgb(244,141,194); }

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

border-color css

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

 span { border-color: rgb(244,141,194); }

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