Html Css Color HEX #F28995 Wewak

📋 copy color: '#F28995'

red 242 ◦ green 137 ◦ blue 149

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

Shades of Wewak #F28995

Tints of Wewak #F28995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.95%

 BLUE value IS 149 (58.59% from 255) = 28.22%

R = 45.83%
G = 25.95%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F28995 (or 0xF28995) is known color: Wewak. HEX triplet: F2, 89 and 95. RGB value is (242,137,149). Sum of RGB (Red+Green+Blue) = 242+137+149=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F28995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28995 is #0D766A. Grayscale: #A9A9A9. Windows color (decimal): -882283 or 9800178. OLE color: 9800178.

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

Color convert

RGB 242 137 149 -
CMYK 0 0.43 0.38 0.05
HSL 353.14º 0.8% 0.74% -
HSV(B) 353.14º 0.43% 0.95% -
XYZ 50.99 38.94 33.26 -
YUV 169.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 242 137 149 0 0.43 0.38 0.05 353.14 0.8 0.74
Hex F2 89 95 0 2B 26 5 161 50 4A
Octal 362 211 225 0 53 46 5 541 120 112
Binary 11110010 10001001 10010101 0 101011 100110 101 101100001 1010000 1001010

Color Harmonies of #F28995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28995

Black with #F28995

Text Example


Text Example

White with #F28995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28995; }

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

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

background-color css

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

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

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

border-color css

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

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

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