Html Css Color HEX #F19293 Wewak

📋 copy color: '#F19293'

red 241 ◦ green 146 ◦ blue 147

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

Shades of Wewak #F19293

Tints of Wewak #F19293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 45.13%
G = 27.34%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F19293 (or 0xF19293) is known color: Wewak. HEX triplet: F1, 92 and 93. RGB value is (241,146,147). Sum of RGB (Red+Green+Blue) = 241+146+147=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19293 is #0E6D6C. Grayscale: #AEAEAE. Windows color (decimal): -945517 or 9671409. OLE color: 9671409.

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

Color convert

RGB 241 146 147 -
CMYK 0 0.39 0.39 0.05
HSL 359.37º 0.77% 0.76% -
HSV(B) 359.37º 0.39% 0.95% -
XYZ 51.82 41.37 32.86 -
YUV 174.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 241 146 147 0 0.39 0.39 0.05 359.37 0.77 0.76
Hex F1 92 93 0 27 27 5 167 4D 4C
Octal 361 222 223 0 47 47 5 547 115 114
Binary 11110001 10010010 10010011 0 100111 100111 101 101100111 1001101 1001100

Color Harmonies of #F19293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19293

Black with #F19293

Text Example


Text Example

White with #F19293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19293; }

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

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

background-color css

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

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

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

border-color css

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

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

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