Html Css Color HEX #F98495 Wewak

📋 copy color: '#F98495'

red 249 ◦ green 132 ◦ blue 149

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

Shades of Wewak #F98495

Tints of Wewak #F98495

RGB

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

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

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

R = 46.98%
G = 24.91%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F98495 (or 0xF98495) is known color: Wewak. HEX triplet: F9, 84 and 95. RGB value is (249,132,149). Sum of RGB (Red+Green+Blue) = 249+132+149=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F98495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98495 is #067B6A. Grayscale: #A8A8A8. Windows color (decimal): -424811 or 9798905. OLE color: 9798905.

HSL color Cylindrical-coordinate representation of color #F98495: hue angle of 351.28º 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 #F98495 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 132 149 -
CMYK 0 0.47 0.40 0.02
HSL 351.28º 0.91% 0.75% -
HSV(B) 351.28º 0.47% 0.98% -
XYZ 52.74 38.81 33.15 -
YUV 168.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 249 132 149 0 0.47 0.40 0.02 351.28 0.91 0.75
Hex F9 84 95 0 2F 28 2 15F 5B 4B
Octal 371 204 225 0 57 50 2 537 133 113
Binary 11111001 10000100 10010101 0 101111 101000 10 101011111 1011011 1001011

Color Harmonies of #F98495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98495

Black with #F98495

Text Example


Text Example

White with #F98495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98495; }

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

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

background-color css

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

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

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

border-color css

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

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

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