Html Css Color HEX #FF95A0 Wewak

📋 copy color: '#FF95A0'

red 255 ◦ green 149 ◦ blue 160

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

Shades of Wewak #FF95A0

Tints of Wewak #FF95A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.37%

R = 45.21%
G = 26.42%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF95A0 (or 0xFF95A0) is known color: Wewak. HEX triplet: FF, 95 and A0. RGB value is (255,149,160). Sum of RGB (Red+Green+Blue) = 255+149+160=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95A0 is #006A5F. Grayscale: #B6B6B6. Windows color (decimal): -27232 or 10524159. OLE color: 10524159.

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

Color convert

RGB 255 149 160 -
CMYK 0 0.42 0.37 0
HSL 353.77º 1% 0.79% -
HSV(B) 353.77º 0.42% 1% -
XYZ 58.33 45.29 38.93 -
YUV 181.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 255 149 160 0 0.42 0.37 0 353.77 1 0.79
Hex FF 95 A0 0 2A 25 0 162 64 4F
Octal 377 225 240 0 52 45 0 542 144 117
Binary 11111111 10010101 10100000 0 101010 100101 0 101100010 1100100 1001111

Color Harmonies of #FF95A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95A0

Black with #FF95A0

Text Example


Text Example

White with #FF95A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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