Html Css Color HEX #F2959C Wewak

📋 copy color: '#F2959C'

red 242 ◦ green 149 ◦ blue 156

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

Shades of Wewak #F2959C

Tints of Wewak #F2959C

RGB

 RED value IS 242 (94.92% from 255) = 44.24%

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

 BLUE value IS 156 (61.33% from 255) = 28.52%

R = 44.24%
G = 27.24%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2959C (or 0xF2959C) is known color: Wewak. HEX triplet: F2, 95 and 9C. RGB value is (242,149,156). Sum of RGB (Red+Green+Blue) = 242+149+156=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2959C is #0D6A63. Grayscale: #B1B1B1. Windows color (decimal): -879204 or 10262002. OLE color: 10262002.

HSL color Cylindrical-coordinate representation of color #F2959C: hue angle of 355.48º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2959C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 156 -
CMYK 0 0.38 0.36 0.05
HSL 355.48º 0.78% 0.77% -
HSV(B) 355.48º 0.38% 0.95% -
XYZ 53.37 42.77 36.9 -
YUV 177.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 242 149 156 0 0.38 0.36 0.05 355.48 0.78 0.77
Hex F2 95 9C 0 26 24 5 163 4E 4D
Octal 362 225 234 0 46 44 5 543 116 115
Binary 11110010 10010101 10011100 0 100110 100100 101 101100011 1001110 1001101

Color Harmonies of #F2959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2959C

Black with #F2959C

Text Example


Text Example

White with #F2959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2959C; }

 p { color: rgb(242,149,156); }

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

background-color css

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

 a { background-color: rgb(242,149,156); }

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

border-color css

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

 span { border-color: rgb(242,149,156); }

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