Html Css Color HEX #F18995 Wewak

📋 copy color: '#F18995'

red 241 ◦ green 137 ◦ blue 149

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

Shades of Wewak #F18995

Tints of Wewak #F18995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26%

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 45.73%
G = 26%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F18995 (or 0xF18995) is known color: Wewak. HEX triplet: F1, 89 and 95. RGB value is (241,137,149). Sum of RGB (Red+Green+Blue) = 241+137+149=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F18995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18995 is #0E766A. Grayscale: #A9A9A9. Windows color (decimal): -947819 or 9800177. OLE color: 9800177.

HSL color Cylindrical-coordinate representation of color #F18995: hue angle of 353.08º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18995 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 137 149 -
CMYK 0 0.43 0.38 0.05
HSL 353.08º 0.79% 0.74% -
HSV(B) 353.08º 0.43% 0.95% -
XYZ 50.65 38.76 33.25 -
YUV 169.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 241 137 149 0 0.43 0.38 0.05 353.08 0.79 0.74
Hex F1 89 95 0 2B 26 5 161 4F 4A
Octal 361 211 225 0 53 46 5 541 117 112
Binary 11110001 10001001 10010101 0 101011 100110 101 101100001 1001111 1001010

Color Harmonies of #F18995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18995

Black with #F18995

Text Example


Text Example

White with #F18995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18995; }

 p { color: rgb(241,137,149); }

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

background-color css

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

 a { background-color: rgb(241,137,149); }

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

border-color css

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

 span { border-color: rgb(241,137,149); }

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