Html Css Color HEX #F198A1 Wewak

📋 copy color: '#F198A1'

red 241 ◦ green 152 ◦ blue 161

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

Shades of Wewak #F198A1

Tints of Wewak #F198A1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.44%

 BLUE value IS 161 (63.28% from 255) = 29.06%

R = 43.5%
G = 27.44%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F198A1 (or 0xF198A1) is known color: Wewak. HEX triplet: F1, 98 and A1. RGB value is (241,152,161). Sum of RGB (Red+Green+Blue) = 241+152+161=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F198A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F198A1 is #0E675E. Grayscale: #B3B3B3. Windows color (decimal): -943967 or 10590449. OLE color: 10590449.

HSL color Cylindrical-coordinate representation of color #F198A1: hue angle of 353.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F198A1 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 161 -
CMYK 0 0.37 0.33 0.05
HSL 353.93º 0.76% 0.77% -
HSV(B) 353.93º 0.37% 0.95% -
XYZ 53.94 43.73 39.32 -
YUV 179.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 241 152 161 0 0.37 0.33 0.05 353.93 0.76 0.77
Hex F1 98 A1 0 25 21 5 162 4C 4D
Octal 361 230 241 0 45 41 5 542 114 115
Binary 11110001 10011000 10100001 0 100101 100001 101 101100010 1001100 1001101

Color Harmonies of #F198A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198A1

Black with #F198A1

Text Example


Text Example

White with #F198A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198A1; }

 p { color: rgb(241,152,161); }

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

background-color css

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

 a { background-color: rgb(241,152,161); }

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

border-color css

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

 span { border-color: rgb(241,152,161); }

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