Html Css Color HEX #F98490 Wewak

📋 copy color: '#F98490'

red 249 ◦ green 132 ◦ blue 144

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

Shades of Wewak #F98490

Tints of Wewak #F98490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.14%

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 47.43%
G = 25.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F98490 (or 0xF98490) is known color: Wewak. HEX triplet: F9, 84 and 90. RGB value is (249,132,144). Sum of RGB (Red+Green+Blue) = 249+132+144=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F98490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98490 is #067B6F. Grayscale: #A8A8A8. Windows color (decimal): -424816 or 9471225. OLE color: 9471225.

HSL color Cylindrical-coordinate representation of color #F98490: hue angle of 353.85º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98490 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 132 144 -
CMYK 0 0.47 0.42 0.02
HSL 353.85º 0.91% 0.75% -
HSV(B) 353.85º 0.47% 0.98% -
XYZ 52.35 38.66 31.09 -
YUV 168.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 249 132 144 0 0.47 0.42 0.02 353.85 0.91 0.75
Hex F9 84 90 0 2F 2A 2 162 5B 4B
Octal 371 204 220 0 57 52 2 542 133 113
Binary 11111001 10000100 10010000 0 101111 101010 10 101100010 1011011 1001011

Color Harmonies of #F98490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98490

Black with #F98490

Text Example


Text Example

White with #F98490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98490; }

 p { color: rgb(249,132,144); }

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

background-color css

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

 a { background-color: rgb(249,132,144); }

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

border-color css

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

 span { border-color: rgb(249,132,144); }

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