Html Css Color HEX #F48C90 Wewak

📋 copy color: '#F48C90'

red 244 ◦ green 140 ◦ blue 144

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

Shades of Wewak #F48C90

Tints of Wewak #F48C90

RGB

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

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

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

R = 46.21%
G = 26.52%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F48C90 (or 0xF48C90) is known color: Wewak. HEX triplet: F4, 8C and 90. RGB value is (244,140,144). Sum of RGB (Red+Green+Blue) = 244+140+144=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48C90 is #0B736F. Grayscale: #ABABAB. Windows color (decimal): -750448 or 9473268. OLE color: 9473268.

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

Color convert

RGB 244 140 144 -
CMYK 0 0.43 0.41 0.04
HSL 357.69º 0.83% 0.75% -
HSV(B) 357.69º 0.43% 0.96% -
XYZ 51.72 40 31.38 -
YUV 171.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 244 140 144 0 0.43 0.41 0.04 357.69 0.83 0.75
Hex F4 8C 90 0 2B 29 4 166 53 4B
Octal 364 214 220 0 53 51 4 546 123 113
Binary 11110100 10001100 10010000 0 101011 101001 100 101100110 1010011 1001011

Color Harmonies of #F48C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C90

Black with #F48C90

Text Example


Text Example

White with #F48C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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