Html Css Color HEX #F98FA0 Wewak

📋 copy color: '#F98FA0'

red 249 ◦ green 143 ◦ blue 160

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

Shades of Wewak #F98FA0

Tints of Wewak #F98FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

 BLUE value IS 160 (62.89% from 255) = 28.99%

R = 45.11%
G = 25.91%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F98FA0 (or 0xF98FA0) is known color: Wewak. HEX triplet: F9, 8F and A0. RGB value is (249,143,160). Sum of RGB (Red+Green+Blue) = 249+143+160=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98FA0 is #06705F. Grayscale: #B0B0B0. Windows color (decimal): -421984 or 10522617. OLE color: 10522617.

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

Color convert

RGB 249 143 160 -
CMYK 0 0.43 0.36 0.02
HSL 350.38º 0.9% 0.77% -
HSV(B) 350.38º 0.43% 0.98% -
XYZ 55.23 42.32 38.52 -
YUV 176.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 249 143 160 0 0.43 0.36 0.02 350.38 0.9 0.77
Hex F9 8F A0 0 2B 24 2 15E 5A 4D
Octal 371 217 240 0 53 44 2 536 132 115
Binary 11111001 10001111 10100000 0 101011 100100 10 101011110 1011010 1001101

Color Harmonies of #F98FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98FA0

Black with #F98FA0

Text Example


Text Example

White with #F98FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98FA0; }

 p { color: rgb(249,143,160); }

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

background-color css

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

 a { background-color: rgb(249,143,160); }

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

border-color css

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

 span { border-color: rgb(249,143,160); }

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