Html Css Color HEX #F98295 Wewak

📋 copy color: '#F98295'

red 249 ◦ green 130 ◦ blue 149

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

Shades of Wewak #F98295

Tints of Wewak #F98295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.62%

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

R = 47.16%
G = 24.62%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F98295 (or 0xF98295) is known color: Wewak. HEX triplet: F9, 82 and 95. RGB value is (249,130,149). Sum of RGB (Red+Green+Blue) = 249+130+149=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F98295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98295 is #067D6A. Grayscale: #A7A7A7. Windows color (decimal): -425323 or 9798393. OLE color: 9798393.

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

Color convert

RGB 249 130 149 -
CMYK 0 0.48 0.40 0.02
HSL 350.42º 0.91% 0.74% -
HSV(B) 350.42º 0.48% 0.98% -
XYZ 52.47 38.27 33.06 -
YUV 167.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 249 130 149 0 0.48 0.40 0.02 350.42 0.91 0.74
Hex F9 82 95 0 30 28 2 15E 5B 4A
Octal 371 202 225 0 60 50 2 536 133 112
Binary 11111001 10000010 10010101 0 110000 101000 10 101011110 1011011 1001010

Color Harmonies of #F98295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98295

Black with #F98295

Text Example


Text Example

White with #F98295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98295; }

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

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

background-color css

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

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

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

border-color css

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

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

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