Html Css Color HEX #FF9499 Wewak

📋 copy color: '#FF9499'

red 255 ◦ green 148 ◦ blue 153

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

Shades of Wewak #FF9499

Tints of Wewak #FF9499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.52%

R = 45.86%
G = 26.62%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF9499 (or 0xFF9499) is known color: Wewak. HEX triplet: FF, 94 and 99. RGB value is (255,148,153). Sum of RGB (Red+Green+Blue) = 255+148+153=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9499 is #006B66. Grayscale: #B4B4B4. Windows color (decimal): -27495 or 10065151. OLE color: 10065151.

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

Color convert

RGB 255 148 153 -
CMYK 0 0.42 0.4 0
HSL 357.2º 1% 0.79% -
HSV(B) 357.2º 0.42% 1% -
XYZ 57.58 44.74 35.74 -
YUV 180.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 255 148 153 0 0.42 0.4 0 357.2 1 0.79
Hex FF 94 99 0 2A 28 0 165 64 4F
Octal 377 224 231 0 52 50 0 545 144 117
Binary 11111111 10010100 10011001 0 101010 101000 0 101100101 1100100 1001111

Color Harmonies of #FF9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9499

Black with #FF9499

Text Example


Text Example

White with #FF9499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9499; }

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

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

background-color css

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

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

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

border-color css

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

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

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