Html Css Color HEX #FF9496 Wewak

📋 copy color: '#FF9496'

red 255 ◦ green 148 ◦ blue 150

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

Shades of Wewak #FF9496

Tints of Wewak #FF9496

RGB

 RED value IS 255 (100% from 255) = 46.11%

 GREEN value IS 148 (58.2% from 255) = 26.76%

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

R = 46.11%
G = 26.76%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF9496 (or 0xFF9496) is known color: Wewak. HEX triplet: FF, 94 and 96. RGB value is (255,148,150). Sum of RGB (Red+Green+Blue) = 255+148+150=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9496 is #006B69. Grayscale: #B4B4B4. Windows color (decimal): -27498 or 9868543. OLE color: 9868543.

HSL color Cylindrical-coordinate representation of color #FF9496: hue angle of 358.88º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF9496 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 148 150 -
CMYK 0 0.42 0.41 0
HSL 358.88º 1% 0.79% -
HSV(B) 358.88º 0.42% 1% -
XYZ 57.33 44.64 34.45 -
YUV 180.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 255 148 150 0 0.42 0.41 0 358.88 1 0.79
Hex FF 94 96 0 2A 29 0 167 64 4F
Octal 377 224 226 0 52 51 0 547 144 117
Binary 11111111 10010100 10010110 0 101010 101001 0 101100111 1100100 1001111

Color Harmonies of #FF9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9496

Black with #FF9496

Text Example


Text Example

White with #FF9496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9496; }

 p { color: rgb(255,148,150); }

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

background-color css

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

 a { background-color: rgb(255,148,150); }

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

border-color css

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

 span { border-color: rgb(255,148,150); }

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