Html Css Color HEX #F18486 Wewak

📋 copy color: '#F18486'

red 241 ◦ green 132 ◦ blue 134

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

Shades of Wewak #F18486

Tints of Wewak #F18486

RGB

 RED value IS 241 (94.53% from 255) = 47.53%

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

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

R = 47.53%
G = 26.04%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F18486 (or 0xF18486) is known color: Wewak. HEX triplet: F1, 84 and 86. RGB value is (241,132,134). Sum of RGB (Red+Green+Blue) = 241+132+134=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F18486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18486 is #0E7B79. Grayscale: #A4A4A4. Windows color (decimal): -949114 or 8815857. OLE color: 8815857.

HSL color Cylindrical-coordinate representation of color #F18486: hue angle of 358.9º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18486 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 134 -
CMYK 0 0.45 0.44 0.05
HSL 358.9º 0.8% 0.73% -
HSV(B) 358.9º 0.45% 0.95% -
XYZ 48.83 36.92 27.11 -
YUV 164.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 241 132 134 0 0.45 0.44 0.05 358.9 0.8 0.73
Hex F1 84 86 0 2D 2C 5 167 50 49
Octal 361 204 206 0 55 54 5 547 120 111
Binary 11110001 10000100 10000110 0 101101 101100 101 101100111 1010000 1001001

Color Harmonies of #F18486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18486

Black with #F18486

Text Example


Text Example

White with #F18486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18486; }

 p { color: rgb(241,132,134); }

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

background-color css

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

 a { background-color: rgb(241,132,134); }

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

border-color css

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

 span { border-color: rgb(241,132,134); }

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