Html Css Color HEX #F48DBA Tea Rose

📋 copy color: '#F48DBA'

red 244 ◦ green 141 ◦ blue 186

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

Shades of Tea Rose #F48DBA

Tints of Tea Rose #F48DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 42.73%
G = 24.69%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F48DBA (or 0xF48DBA) is known color: Tea Rose. HEX triplet: F4, 8D and BA. RGB value is (244,141,186). Sum of RGB (Red+Green+Blue) = 244+141+186=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DBA is #0B7245. Grayscale: #B0B0B0. Windows color (decimal): -750150 or 12226036. OLE color: 12226036.

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

Color convert

RGB 244 141 186 -
CMYK 0 0.42 0.24 0.04
HSL 333.79º 0.82% 0.75% -
HSV(B) 333.79º 0.42% 0.96% -
XYZ 55.7 41.83 51.59 -
YUV 176.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 244 141 186 0 0.42 0.24 0.04 333.79 0.82 0.75
Hex F4 8D BA 0 2A 18 4 14E 52 4B
Octal 364 215 272 0 52 30 4 516 122 113
Binary 11110100 10001101 10111010 0 101010 11000 100 101001110 1010010 1001011

Color Harmonies of #F48DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48DBA

Black with #F48DBA

Text Example


Text Example

White with #F48DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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