Html Css Color HEX #F98286 Wewak

📋 copy color: '#F98286'

red 249 ◦ green 130 ◦ blue 134

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

Shades of Wewak #F98286

Tints of Wewak #F98286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 48.54%
G = 25.34%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F98286 (or 0xF98286) is known color: Wewak. HEX triplet: F9, 82 and 86. RGB value is (249,130,134). Sum of RGB (Red+Green+Blue) = 249+130+134=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F98286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98286 is #067D79. Grayscale: #A6A6A6. Windows color (decimal): -425338 or 8815353. OLE color: 8815353.

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

Color convert

RGB 249 130 134 -
CMYK 0 0.48 0.46 0.02
HSL 357.98º 0.91% 0.74% -
HSV(B) 357.98º 0.48% 0.98% -
XYZ 51.35 37.83 27.15 -
YUV 166.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 249 130 134 0 0.48 0.46 0.02 357.98 0.91 0.74
Hex F9 82 86 0 30 2E 2 166 5B 4A
Octal 371 202 206 0 60 56 2 546 133 112
Binary 11111001 10000010 10000110 0 110000 101110 10 101100110 1011011 1001010

Color Harmonies of #F98286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98286

Black with #F98286

Text Example


Text Example

White with #F98286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98286; }

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

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

background-color css

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

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

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

border-color css

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

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

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