Html Css Color HEX #F19095 Wewak

📋 copy color: '#F19095'

red 241 ◦ green 144 ◦ blue 149

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

Shades of Wewak #F19095

Tints of Wewak #F19095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.97%

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 45.13%
G = 26.97%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F19095 (or 0xF19095) is known color: Wewak. HEX triplet: F1, 90 and 95. RGB value is (241,144,149). Sum of RGB (Red+Green+Blue) = 241+144+149=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19095 is #0E6F6A. Grayscale: #ADADAD. Windows color (decimal): -946027 or 9801969. OLE color: 9801969.

HSL color Cylindrical-coordinate representation of color #F19095: hue angle of 356.91º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19095 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 149 -
CMYK 0 0.40 0.38 0.05
HSL 356.91º 0.78% 0.75% -
HSV(B) 356.91º 0.4% 0.95% -
XYZ 51.67 40.82 33.59 -
YUV 173.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 241 144 149 0 0.40 0.38 0.05 356.91 0.78 0.75
Hex F1 90 95 0 28 26 5 165 4E 4B
Octal 361 220 225 0 50 46 5 545 116 113
Binary 11110001 10010000 10010101 0 101000 100110 101 101100101 1001110 1001011

Color Harmonies of #F19095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19095

Black with #F19095

Text Example


Text Example

White with #F19095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19095; }

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

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

background-color css

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

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

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

border-color css

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

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

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