Html Css Color HEX #F6949A Wewak

📋 copy color: '#F6949A'

red 246 ◦ green 148 ◦ blue 154

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

Shades of Wewak #F6949A

Tints of Wewak #F6949A

RGB

 RED value IS 246 (96.48% from 255) = 44.89%

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

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 44.89%
G = 27.01%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6949A (or 0xF6949A) is known color: Wewak. HEX triplet: F6, 94 and 9A. RGB value is (246,148,154). Sum of RGB (Red+Green+Blue) = 246+148+154=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6949A is #096B65. Grayscale: #B2B2B2. Windows color (decimal): -617318 or 10130678. OLE color: 10130678.

HSL color Cylindrical-coordinate representation of color #F6949A: hue angle of 356.33º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6949A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 154 -
CMYK 0 0.40 0.37 0.04
HSL 356.33º 0.84% 0.77% -
HSV(B) 356.33º 0.4% 0.96% -
XYZ 54.43 43.11 36.02 -
YUV 177.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 246 148 154 0 0.40 0.37 0.04 356.33 0.84 0.77
Hex F6 94 9A 0 28 25 4 164 54 4D
Octal 366 224 232 0 50 45 4 544 124 115
Binary 11110110 10010100 10011010 0 101000 100101 100 101100100 1010100 1001101

Color Harmonies of #F6949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6949A

Black with #F6949A

Text Example


Text Example

White with #F6949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6949A; }

 p { color: rgb(246,148,154); }

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

background-color css

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

 a { background-color: rgb(246,148,154); }

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

border-color css

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

 span { border-color: rgb(246,148,154); }

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