Html Css Color HEX #F18C91 Wewak

📋 copy color: '#F18C91'

red 241 ◦ green 140 ◦ blue 145

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

Shades of Wewak #F18C91

Tints of Wewak #F18C91

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.62%

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

R = 45.82%
G = 26.62%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F18C91 (or 0xF18C91) is known color: Wewak. HEX triplet: F1, 8C and 91. RGB value is (241,140,145). Sum of RGB (Red+Green+Blue) = 241+140+145=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C91 is #0E736E. Grayscale: #AAAAAA. Windows color (decimal): -947055 or 9538801. OLE color: 9538801.

HSL color Cylindrical-coordinate representation of color #F18C91: hue angle of 357.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18C91 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 145 -
CMYK 0 0.42 0.40 0.05
HSL 357.03º 0.78% 0.75% -
HSV(B) 357.03º 0.42% 0.95% -
XYZ 50.76 39.5 31.74 -
YUV 170.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 241 140 145 0 0.42 0.40 0.05 357.03 0.78 0.75
Hex F1 8C 91 0 2A 28 5 165 4E 4B
Octal 361 214 221 0 52 50 5 545 116 113
Binary 11110001 10001100 10010001 0 101010 101000 101 101100101 1001110 1001011

Color Harmonies of #F18C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C91

Black with #F18C91

Text Example


Text Example

White with #F18C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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