Html Css Color HEX #F09394 Wewak

📋 copy color: '#F09394'

red 240 ◦ green 147 ◦ blue 148

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

Shades of Wewak #F09394

Tints of Wewak #F09394

RGB

 RED value IS 240 (94.14% from 255) = 44.86%

 GREEN value IS 147 (57.81% from 255) = 27.48%

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 44.86%
G = 27.48%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F09394 (or 0xF09394) is known color: Wewak. HEX triplet: F0, 93 and 94. RGB value is (240,147,148). Sum of RGB (Red+Green+Blue) = 240+147+148=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F09394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09394 is #0F6C6B. Grayscale: #AFAFAF. Windows color (decimal): -1010796 or 9737200. OLE color: 9737200.

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

Color convert

RGB 240 147 148 -
CMYK 0 0.39 0.38 0.06
HSL 359.35º 0.76% 0.76% -
HSV(B) 359.35º 0.39% 0.94% -
XYZ 51.71 41.53 33.31 -
YUV 174.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 240 147 148 0 0.39 0.38 0.06 359.35 0.76 0.76
Hex F0 93 94 0 27 26 6 167 4C 4C
Octal 360 223 224 0 47 46 6 547 114 114
Binary 11110000 10010011 10010100 0 100111 100110 110 101100111 1001100 1001100

Color Harmonies of #F09394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09394

Black with #F09394

Text Example


Text Example

White with #F09394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09394; }

 p { color: rgb(240,147,148); }

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

background-color css

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

 a { background-color: rgb(240,147,148); }

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

border-color css

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

 span { border-color: rgb(240,147,148); }

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