Html Css Color HEX #FF959D Wewak

📋 copy color: '#FF959D'

red 255 ◦ green 149 ◦ blue 157

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

Shades of Wewak #FF959D

Tints of Wewak #FF959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.56%

 BLUE value IS 157 (61.72% from 255) = 27.99%

R = 45.45%
G = 26.56%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF959D (or 0xFF959D) is known color: Wewak. HEX triplet: FF, 95 and 9D. RGB value is (255,149,157). Sum of RGB (Red+Green+Blue) = 255+149+157=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF959D is #006A62. Grayscale: #B5B5B5. Windows color (decimal): -27235 or 10327551. OLE color: 10327551.

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

Color convert

RGB 255 149 157 -
CMYK 0 0.42 0.38 0
HSL 355.47º 1% 0.79% -
HSV(B) 355.47º 0.42% 1% -
XYZ 58.07 45.19 37.56 -
YUV 181.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 255 149 157 0 0.42 0.38 0 355.47 1 0.79
Hex FF 95 9D 0 2A 26 0 163 64 4F
Octal 377 225 235 0 52 46 0 543 144 117
Binary 11111111 10010101 10011101 0 101010 100110 0 101100011 1100100 1001111

Color Harmonies of #FF959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF959D

Black with #FF959D

Text Example


Text Example

White with #FF959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF959D; }

 p { color: rgb(255,149,157); }

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

background-color css

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

 a { background-color: rgb(255,149,157); }

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

border-color css

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

 span { border-color: rgb(255,149,157); }

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