Html Css Color HEX #F48CBA Tea Rose

📋 copy color: '#F48CBA'

red 244 ◦ green 140 ◦ blue 186

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

Shades of Tea Rose #F48CBA

Tints of Tea Rose #F48CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.56%

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

R = 42.81%
G = 24.56%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F48CBA (or 0xF48CBA) is known color: Tea Rose. HEX triplet: F4, 8C and BA. RGB value is (244,140,186). Sum of RGB (Red+Green+Blue) = 244+140+186=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CBA is #0B7345. Grayscale: #B0B0B0. Windows color (decimal): -750406 or 12225780. OLE color: 12225780.

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

Color convert

RGB 244 140 186 -
CMYK 0 0.43 0.24 0.04
HSL 333.46º 0.83% 0.75% -
HSV(B) 333.46º 0.43% 0.96% -
XYZ 55.55 41.53 51.54 -
YUV 176.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 244 140 186 0 0.43 0.24 0.04 333.46 0.83 0.75
Hex F4 8C BA 0 2B 18 4 14D 53 4B
Octal 364 214 272 0 53 30 4 515 123 113
Binary 11110100 10001100 10111010 0 101011 11000 100 101001101 1010011 1001011

Color Harmonies of #F48CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48CBA

Black with #F48CBA

Text Example


Text Example

White with #F48CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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