Html Css Color HEX #F28998 Wewak

📋 copy color: '#F28998'

red 242 ◦ green 137 ◦ blue 152

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

Shades of Wewak #F28998

Tints of Wewak #F28998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.63%

R = 45.57%
G = 25.8%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F28998 (or 0xF28998) is known color: Wewak. HEX triplet: F2, 89 and 98. RGB value is (242,137,152). Sum of RGB (Red+Green+Blue) = 242+137+152=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F28998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28998 is #0D7667. Grayscale: #AAAAAA. Windows color (decimal): -882280 or 9996786. OLE color: 9996786.

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

Color convert

RGB 242 137 152 -
CMYK 0 0.43 0.37 0.05
HSL 351.43º 0.8% 0.74% -
HSV(B) 351.43º 0.43% 0.95% -
XYZ 51.23 39.04 34.54 -
YUV 170.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 242 137 152 0 0.43 0.37 0.05 351.43 0.8 0.74
Hex F2 89 98 0 2B 25 5 15F 50 4A
Octal 362 211 230 0 53 45 5 537 120 112
Binary 11110010 10001001 10011000 0 101011 100101 101 101011111 1010000 1001010

Color Harmonies of #F28998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28998

Black with #F28998

Text Example


Text Example

White with #F28998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28998; }

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

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

background-color css

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

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

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

border-color css

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

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

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