Html Css Color HEX #F18A91 Wewak

📋 copy color: '#F18A91'

red 241 ◦ green 138 ◦ blue 145

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

Shades of Wewak #F18A91

Tints of Wewak #F18A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 45.99%
G = 26.34%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F18A91 (or 0xF18A91) is known color: Wewak. HEX triplet: F1, 8A and 91. RGB value is (241,138,145). Sum of RGB (Red+Green+Blue) = 241+138+145=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A91 is #0E756E. Grayscale: #A9A9A9. Windows color (decimal): -947567 or 9538289. OLE color: 9538289.

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

Color convert

RGB 241 138 145 -
CMYK 0 0.43 0.40 0.05
HSL 355.92º 0.79% 0.74% -
HSV(B) 355.92º 0.43% 0.95% -
XYZ 50.47 38.92 31.64 -
YUV 169.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 241 138 145 0 0.43 0.40 0.05 355.92 0.79 0.74
Hex F1 8A 91 0 2B 28 5 164 4F 4A
Octal 361 212 221 0 53 50 5 544 117 112
Binary 11110001 10001010 10010001 0 101011 101000 101 101100100 1001111 1001010

Color Harmonies of #F18A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A91

Black with #F18A91

Text Example


Text Example

White with #F18A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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