Html Css Color HEX #F19296 Wewak

📋 copy color: '#F19296'

red 241 ◦ green 146 ◦ blue 150

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

Shades of Wewak #F19296

Tints of Wewak #F19296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.19%

 BLUE value IS 150 (58.98% from 255) = 27.93%

R = 44.88%
G = 27.19%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F19296 (or 0xF19296) is known color: Wewak. HEX triplet: F1, 92 and 96. RGB value is (241,146,150). Sum of RGB (Red+Green+Blue) = 241+146+150=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F19296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19296 is #0E6D69. Grayscale: #AEAEAE. Windows color (decimal): -945514 or 9868017. OLE color: 9868017.

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

Color convert

RGB 241 146 150 -
CMYK 0 0.39 0.38 0.05
HSL 357.47º 0.77% 0.76% -
HSV(B) 357.47º 0.39% 0.95% -
XYZ 52.06 41.46 34.11 -
YUV 174.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 241 146 150 0 0.39 0.38 0.05 357.47 0.77 0.76
Hex F1 92 96 0 27 26 5 165 4D 4C
Octal 361 222 226 0 47 46 5 545 115 114
Binary 11110001 10010010 10010110 0 100111 100110 101 101100101 1001101 1001100

Color Harmonies of #F19296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19296

Black with #F19296

Text Example


Text Example

White with #F19296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19296; }

 p { color: rgb(241,146,150); }

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

background-color css

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

 a { background-color: rgb(241,146,150); }

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

border-color css

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

 span { border-color: rgb(241,146,150); }

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