Html Css Color HEX #FC959F Wewak

📋 copy color: '#FC959F'

red 252 ◦ green 149 ◦ blue 159

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

Shades of Wewak #FC959F

Tints of Wewak #FC959F

RGB

 RED value IS 252 (98.83% from 255) = 45%

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

 BLUE value IS 159 (62.5% from 255) = 28.39%

R = 45%
G = 26.61%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC959F (or 0xFC959F) is known color: Wewak. HEX triplet: FC, 95 and 9F. RGB value is (252,149,159). Sum of RGB (Red+Green+Blue) = 252+149+159=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC959F is #036A60. Grayscale: #B5B5B5. Windows color (decimal): -223841 or 10458620. OLE color: 10458620.

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

Color convert

RGB 252 149 159 -
CMYK 0 0.41 0.37 0.01
HSL 354.17º 0.94% 0.79% -
HSV(B) 354.17º 0.41% 0.99% -
XYZ 57.15 44.69 38.42 -
YUV 180.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 252 149 159 0 0.41 0.37 0.01 354.17 0.94 0.79
Hex FC 95 9F 0 29 25 1 162 5E 4F
Octal 374 225 237 0 51 45 1 542 136 117
Binary 11111100 10010101 10011111 0 101001 100101 1 101100010 1011110 1001111

Color Harmonies of #FC959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC959F

Black with #FC959F

Text Example


Text Example

White with #FC959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC959F; }

 p { color: rgb(252,149,159); }

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

background-color css

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

 a { background-color: rgb(252,149,159); }

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

border-color css

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

 span { border-color: rgb(252,149,159); }

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