Html Css Color HEX #F98283 Wewak

📋 copy color: '#F98283'

red 249 ◦ green 130 ◦ blue 131

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

Shades of Wewak #F98283

Tints of Wewak #F98283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.69%

R = 48.82%
G = 25.49%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F98283 (or 0xF98283) is known color: Wewak. HEX triplet: F9, 82 and 83. RGB value is (249,130,131). Sum of RGB (Red+Green+Blue) = 249+130+131=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F98283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98283 is #067D7C. Grayscale: #A5A5A5. Windows color (decimal): -425341 or 8618745. OLE color: 8618745.

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

Color convert

RGB 249 130 131 -
CMYK 0 0.48 0.47 0.02
HSL 359.5º 0.91% 0.74% -
HSV(B) 359.5º 0.48% 0.98% -
XYZ 51.15 37.74 26.06 -
YUV 165.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 249 130 131 0 0.48 0.47 0.02 359.5 0.91 0.74
Hex F9 82 83 0 30 2F 2 167 5B 4A
Octal 371 202 203 0 60 57 2 547 133 112
Binary 11111001 10000010 10000011 0 110000 101111 10 101100111 1011011 1001010

Color Harmonies of #F98283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98283

Black with #F98283

Text Example


Text Example

White with #F98283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98283; }

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

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

background-color css

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

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

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

border-color css

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

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

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