Html Css Color HEX #F98185 Wewak

📋 copy color: '#F98185'

red 249 ◦ green 129 ◦ blue 133

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

Shades of Wewak #F98185

Tints of Wewak #F98185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.24%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 48.73%
G = 25.24%
B = 26.03%

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

#F98185 (or 0xF98185) is known color: Wewak. HEX triplet: F9, 81 and 85. RGB value is (249,129,133). Sum of RGB (Red+Green+Blue) = 249+129+133=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F98185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98185 is #067E7A. Grayscale: #A5A5A5. Windows color (decimal): -425595 or 8749561. OLE color: 8749561.

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

Color convert

RGB 249 129 133 -
CMYK 0 0.48 0.47 0.02
HSL 358º 0.91% 0.74% -
HSV(B) 358º 0.48% 0.98% -
XYZ 51.15 37.53 26.74 -
YUV 165.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 249 129 133 0 0.48 0.47 0.02 358 0.91 0.74
Hex F9 81 85 0 30 2F 2 166 5B 4A
Octal 371 201 205 0 60 57 2 546 133 112
Binary 11111001 10000001 10000101 0 110000 101111 10 101100110 1011011 1001010

Color Harmonies of #F98185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98185

Black with #F98185

Text Example


Text Example

White with #F98185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98185; }

 p { color: rgb(249,129,133); }

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

background-color css

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

 a { background-color: rgb(249,129,133); }

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

border-color css

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

 span { border-color: rgb(249,129,133); }

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