Html Css Color HEX #F2959A Wewak

📋 copy color: '#F2959A'

red 242 ◦ green 149 ◦ blue 154

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

Shades of Wewak #F2959A

Tints of Wewak #F2959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 44.4%
G = 27.34%
B = 28.26%

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

#F2959A (or 0xF2959A) is known color: Wewak. HEX triplet: F2, 95 and 9A. RGB value is (242,149,154). Sum of RGB (Red+Green+Blue) = 242+149+154=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2959A is #0D6A65. Grayscale: #B1B1B1. Windows color (decimal): -879206 or 10130930. OLE color: 10130930.

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

Color convert

RGB 242 149 154 -
CMYK 0 0.38 0.36 0.05
HSL 356.77º 0.78% 0.77% -
HSV(B) 356.77º 0.38% 0.95% -
XYZ 53.2 42.71 36.01 -
YUV 177.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 242 149 154 0 0.38 0.36 0.05 356.77 0.78 0.77
Hex F2 95 9A 0 26 24 5 165 4E 4D
Octal 362 225 232 0 46 44 5 545 116 115
Binary 11110010 10010101 10011010 0 100110 100100 101 101100101 1001110 1001101

Color Harmonies of #F2959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2959A

Black with #F2959A

Text Example


Text Example

White with #F2959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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