Html Css Color HEX #F18485 Wewak

📋 copy color: '#F18485'

red 241 ◦ green 132 ◦ blue 133

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

Shades of Wewak #F18485

Tints of Wewak #F18485

RGB

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

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

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

R = 47.63%
G = 26.09%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F18485 (or 0xF18485) is known color: Wewak. HEX triplet: F1, 84 and 85. RGB value is (241,132,133). Sum of RGB (Red+Green+Blue) = 241+132+133=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18485 is #0E7B7A. Grayscale: #A4A4A4. Windows color (decimal): -949115 or 8750321. OLE color: 8750321.

HSL color Cylindrical-coordinate representation of color #F18485: hue angle of 359.45º 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 #F18485 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 133 -
CMYK 0 0.45 0.45 0.05
HSL 359.45º 0.8% 0.73% -
HSV(B) 359.45º 0.45% 0.95% -
XYZ 48.76 36.9 26.74 -
YUV 164.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 241 132 133 0 0.45 0.45 0.05 359.45 0.8 0.73
Hex F1 84 85 0 2D 2D 5 167 50 49
Octal 361 204 205 0 55 55 5 547 120 111
Binary 11110001 10000100 10000101 0 101101 101101 101 101100111 1010000 1001001

Color Harmonies of #F18485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18485

Black with #F18485

Text Example


Text Example

White with #F18485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18485; }

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

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

background-color css

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

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

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

border-color css

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

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

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