Html Css Color HEX #F199A0 Wewak

📋 copy color: '#F199A0'

red 241 ◦ green 153 ◦ blue 160

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

Shades of Wewak #F199A0

Tints of Wewak #F199A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.62%

 BLUE value IS 160 (62.89% from 255) = 28.88%

R = 43.5%
G = 27.62%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F199A0 (or 0xF199A0) is known color: Wewak. HEX triplet: F1, 99 and A0. RGB value is (241,153,160). Sum of RGB (Red+Green+Blue) = 241+153+160=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F199A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199A0 is #0E665F. Grayscale: #B4B4B4. Windows color (decimal): -943712 or 10525169. OLE color: 10525169.

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

Color convert

RGB 241 153 160 -
CMYK 0 0.37 0.34 0.05
HSL 355.23º 0.76% 0.77% -
HSV(B) 355.23º 0.37% 0.95% -
XYZ 54.01 44.02 38.91 -
YUV 180.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 241 153 160 0 0.37 0.34 0.05 355.23 0.76 0.77
Hex F1 99 A0 0 25 22 5 163 4C 4D
Octal 361 231 240 0 45 42 5 543 114 115
Binary 11110001 10011001 10100000 0 100101 100010 101 101100011 1001100 1001101

Color Harmonies of #F199A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F199A0

Black with #F199A0

Text Example


Text Example

White with #F199A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F199A0; }

 p { color: rgb(241,153,160); }

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

background-color css

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

 a { background-color: rgb(241,153,160); }

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

border-color css

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

 span { border-color: rgb(241,153,160); }

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