Html Css Color HEX #F18C90 Wewak

📋 copy color: '#F18C90'

red 241 ◦ green 140 ◦ blue 144

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

Shades of Wewak #F18C90

Tints of Wewak #F18C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 45.9%
G = 26.67%
B = 27.43%

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

#F18C90 (or 0xF18C90) is known color: Wewak. HEX triplet: F1, 8C and 90. RGB value is (241,140,144). Sum of RGB (Red+Green+Blue) = 241+140+144=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C90 is #0E736F. Grayscale: #AAAAAA. Windows color (decimal): -947056 or 9473265. OLE color: 9473265.

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

Color convert

RGB 241 140 144 -
CMYK 0 0.42 0.40 0.05
HSL 357.62º 0.78% 0.75% -
HSV(B) 357.62º 0.42% 0.95% -
XYZ 50.69 39.47 31.33 -
YUV 170.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 241 140 144 0 0.42 0.40 0.05 357.62 0.78 0.75
Hex F1 8C 90 0 2A 28 5 166 4E 4B
Octal 361 214 220 0 52 50 5 546 116 113
Binary 11110001 10001100 10010000 0 101010 101000 101 101100110 1001110 1001011

Color Harmonies of #F18C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C90

Black with #F18C90

Text Example


Text Example

White with #F18C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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