Html Css Color HEX #F48DCD Tea Rose

📋 copy color: '#F48DCD'

red 244 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #F48DCD

Tints of Tea Rose #F48DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.75%

R = 41.36%
G = 23.9%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F48DCD (or 0xF48DCD) is known color: Tea Rose. HEX triplet: F4, 8D and CD. RGB value is (244,141,205). Sum of RGB (Red+Green+Blue) = 244+141+205=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DCD is #0B7232. Grayscale: #B2B2B2. Windows color (decimal): -750131 or 13471220. OLE color: 13471220.

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

Color convert

RGB 244 141 205 -
CMYK 0 0.42 0.16 0.04
HSL 322.72º 0.82% 0.75% -
HSV(B) 322.72º 0.42% 0.96% -
XYZ 57.85 42.69 62.95 -
YUV 179.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 244 141 205 0 0.42 0.16 0.04 322.72 0.82 0.75
Hex F4 8D CD 0 2A 10 4 143 52 4B
Octal 364 215 315 0 52 20 4 503 122 113
Binary 11110100 10001101 11001101 0 101010 10000 100 101000011 1010010 1001011

Color Harmonies of #F48DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48DCD

Black with #F48DCD

Text Example


Text Example

White with #F48DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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