Html Css Color HEX #F98C98 Wewak

📋 copy color: '#F98C98'

red 249 ◦ green 140 ◦ blue 152

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

Shades of Wewak #F98C98

Tints of Wewak #F98C98

RGB

 RED value IS 249 (97.66% from 255) = 46.03%

 GREEN value IS 140 (55.08% from 255) = 25.88%

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

R = 46.03%
G = 25.88%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F98C98 (or 0xF98C98) is known color: Wewak. HEX triplet: F9, 8C and 98. RGB value is (249,140,152). Sum of RGB (Red+Green+Blue) = 249+140+152=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C98 is #067367. Grayscale: #AEAEAE. Windows color (decimal): -422760 or 9997561. OLE color: 9997561.

HSL color Cylindrical-coordinate representation of color #F98C98: hue angle of 353.39º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98C98 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 140 152 -
CMYK 0 0.44 0.39 0.02
HSL 353.39º 0.9% 0.76% -
HSV(B) 353.39º 0.44% 0.98% -
XYZ 54.11 41.16 34.8 -
YUV 173.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 249 140 152 0 0.44 0.39 0.02 353.39 0.9 0.76
Hex F9 8C 98 0 2C 27 2 161 5A 4C
Octal 371 214 230 0 54 47 2 541 132 114
Binary 11111001 10001100 10011000 0 101100 100111 10 101100001 1011010 1001100

Color Harmonies of #F98C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C98

Black with #F98C98

Text Example


Text Example

White with #F98C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C98; }

 p { color: rgb(249,140,152); }

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

background-color css

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

 a { background-color: rgb(249,140,152); }

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

border-color css

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

 span { border-color: rgb(249,140,152); }

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