Html Css Color HEX #F48696 Wewak

📋 copy color: '#F48696'

red 244 ◦ green 134 ◦ blue 150

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

Shades of Wewak #F48696

Tints of Wewak #F48696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.38%

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 46.21%
G = 25.38%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F48696 (or 0xF48696) is known color: Wewak. HEX triplet: F4, 86 and 96. RGB value is (244,134,150). Sum of RGB (Red+Green+Blue) = 244+134+150=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F48696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48696 is #0B7969. Grayscale: #A8A8A8. Windows color (decimal): -751978 or 9864948. OLE color: 9864948.

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

Color convert

RGB 244 134 150 -
CMYK 0 0.45 0.39 0.04
HSL 351.27º 0.83% 0.74% -
HSV(B) 351.27º 0.45% 0.96% -
XYZ 51.34 38.49 33.58 -
YUV 168.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 244 134 150 0 0.45 0.39 0.04 351.27 0.83 0.74
Hex F4 86 96 0 2D 27 4 15F 53 4A
Octal 364 206 226 0 55 47 4 537 123 112
Binary 11110100 10000110 10010110 0 101101 100111 100 101011111 1010011 1001010

Color Harmonies of #F48696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48696

Black with #F48696

Text Example


Text Example

White with #F48696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48696; }

 p { color: rgb(244,134,150); }

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

background-color css

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

 a { background-color: rgb(244,134,150); }

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

border-color css

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

 span { border-color: rgb(244,134,150); }

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