Html Css Color HEX #F48D90 Wewak

📋 copy color: '#F48D90'

red 244 ◦ green 141 ◦ blue 144

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

Shades of Wewak #F48D90

Tints of Wewak #F48D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 46.12%
G = 26.65%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F48D90 (or 0xF48D90) is known color: Wewak. HEX triplet: F4, 8D and 90. RGB value is (244,141,144). Sum of RGB (Red+Green+Blue) = 244+141+144=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48D90 is #0B726F. Grayscale: #ACACAC. Windows color (decimal): -750192 or 9473524. OLE color: 9473524.

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

Color convert

RGB 244 141 144 -
CMYK 0 0.42 0.41 0.04
HSL 358.25º 0.82% 0.75% -
HSV(B) 358.25º 0.42% 0.96% -
XYZ 51.87 40.3 31.43 -
YUV 172.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 244 141 144 0 0.42 0.41 0.04 358.25 0.82 0.75
Hex F4 8D 90 0 2A 29 4 166 52 4B
Octal 364 215 220 0 52 51 4 546 122 113
Binary 11110100 10001101 10010000 0 101010 101001 100 101100110 1010010 1001011

Color Harmonies of #F48D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48D90

Black with #F48D90

Text Example


Text Example

White with #F48D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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