Html Css Color HEX #F19498 Wewak

📋 copy color: '#F19498'

red 241 ◦ green 148 ◦ blue 152

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

Shades of Wewak #F19498

Tints of Wewak #F19498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.36%

 BLUE value IS 152 (59.77% from 255) = 28.1%

R = 44.55%
G = 27.36%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F19498 (or 0xF19498) is known color: Wewak. HEX triplet: F1, 94 and 98. RGB value is (241,148,152). Sum of RGB (Red+Green+Blue) = 241+148+152=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F19498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19498 is #0E6B67. Grayscale: #B0B0B0. Windows color (decimal): -945000 or 9999601. OLE color: 9999601.

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

Color convert

RGB 241 148 152 -
CMYK 0 0.39 0.37 0.05
HSL 357.42º 0.77% 0.76% -
HSV(B) 357.42º 0.39% 0.95% -
XYZ 52.53 42.15 35.07 -
YUV 176.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 241 148 152 0 0.39 0.37 0.05 357.42 0.77 0.76
Hex F1 94 98 0 27 25 5 165 4D 4C
Octal 361 224 230 0 47 45 5 545 115 114
Binary 11110001 10010100 10011000 0 100111 100101 101 101100101 1001101 1001100

Color Harmonies of #F19498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19498

Black with #F19498

Text Example


Text Example

White with #F19498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19498; }

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

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

background-color css

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

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

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

border-color css

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

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

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