Html Css Color HEX #F18A9B Wewak

📋 copy color: '#F18A9B'

red 241 ◦ green 138 ◦ blue 155

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

Shades of Wewak #F18A9B

Tints of Wewak #F18A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 45.13%
G = 25.84%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F18A9B (or 0xF18A9B) is known color: Wewak. HEX triplet: F1, 8A and 9B. RGB value is (241,138,155). Sum of RGB (Red+Green+Blue) = 241+138+155=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A9B is #0E7564. Grayscale: #AAAAAA. Windows color (decimal): -947557 or 10193649. OLE color: 10193649.

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

Color convert

RGB 241 138 155 -
CMYK 0 0.43 0.36 0.05
HSL 350.1º 0.79% 0.74% -
HSV(B) 350.1º 0.43% 0.95% -
XYZ 51.28 39.24 35.88 -
YUV 170.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 241 138 155 0 0.43 0.36 0.05 350.1 0.79 0.74
Hex F1 8A 9B 0 2B 24 5 15E 4F 4A
Octal 361 212 233 0 53 44 5 536 117 112
Binary 11110001 10001010 10011011 0 101011 100100 101 101011110 1001111 1001010

Color Harmonies of #F18A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A9B

Black with #F18A9B

Text Example


Text Example

White with #F18A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A9B; }

 p { color: rgb(241,138,155); }

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

background-color css

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

 a { background-color: rgb(241,138,155); }

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

border-color css

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

 span { border-color: rgb(241,138,155); }

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