Html Css Color HEX #F48493 Wewak

📋 copy color: '#F48493'

red 244 ◦ green 132 ◦ blue 147

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

Shades of Wewak #F48493

Tints of Wewak #F48493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.24%

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 46.65%
G = 25.24%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F48493 (or 0xF48493) is known color: Wewak. HEX triplet: F4, 84 and 93. RGB value is (244,132,147). Sum of RGB (Red+Green+Blue) = 244+132+147=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F48493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48493 is #0B7B6C. Grayscale: #A7A7A7. Windows color (decimal): -752493 or 9667828. OLE color: 9667828.

HSL color Cylindrical-coordinate representation of color #F48493: hue angle of 351.96º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F48493 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 147 -
CMYK 0 0.46 0.40 0.04
HSL 351.96º 0.84% 0.74% -
HSV(B) 351.96º 0.46% 0.96% -
XYZ 50.83 37.84 32.23 -
YUV 167.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 244 132 147 0 0.46 0.40 0.04 351.96 0.84 0.74
Hex F4 84 93 0 2E 28 4 160 54 4A
Octal 364 204 223 0 56 50 4 540 124 112
Binary 11110100 10000100 10010011 0 101110 101000 100 101100000 1010100 1001010

Color Harmonies of #F48493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48493

Black with #F48493

Text Example


Text Example

White with #F48493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48493; }

 p { color: rgb(244,132,147); }

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

background-color css

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

 a { background-color: rgb(244,132,147); }

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

border-color css

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

 span { border-color: rgb(244,132,147); }

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