Html Css Color HEX #F48D9E Wewak

📋 copy color: '#F48D9E'

red 244 ◦ green 141 ◦ blue 158

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

Shades of Wewak #F48D9E

Tints of Wewak #F48D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.1%

R = 44.94%
G = 25.97%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F48D9E (or 0xF48D9E) is known color: Wewak. HEX triplet: F4, 8D and 9E. RGB value is (244,141,158). Sum of RGB (Red+Green+Blue) = 244+141+158=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48D9E is #0B7261. Grayscale: #ADADAD. Windows color (decimal): -750178 or 10391028. OLE color: 10391028.

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

Color convert

RGB 244 141 158 -
CMYK 0 0.42 0.35 0.04
HSL 350.1º 0.82% 0.75% -
HSV(B) 350.1º 0.42% 0.96% -
XYZ 53 40.75 37.42 -
YUV 173.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 244 141 158 0 0.42 0.35 0.04 350.1 0.82 0.75
Hex F4 8D 9E 0 2A 23 4 15E 52 4B
Octal 364 215 236 0 52 43 4 536 122 113
Binary 11110100 10001101 10011110 0 101010 100011 100 101011110 1010010 1001011

Color Harmonies of #F48D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48D9E

Black with #F48D9E

Text Example


Text Example

White with #F48D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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