Html Css Color HEX #F68D9A Wewak

📋 copy color: '#F68D9A'

red 246 ◦ green 141 ◦ blue 154

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

Shades of Wewak #F68D9A

Tints of Wewak #F68D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.06%

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

R = 45.47%
G = 26.06%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F68D9A (or 0xF68D9A) is known color: Wewak. HEX triplet: F6, 8D and 9A. RGB value is (246,141,154). Sum of RGB (Red+Green+Blue) = 246+141+154=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D9A is #097265. Grayscale: #ADADAD. Windows color (decimal): -619110 or 10128886. OLE color: 10128886.

HSL color Cylindrical-coordinate representation of color #F68D9A: hue angle of 352.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68D9A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 141 154 -
CMYK 0 0.43 0.37 0.04
HSL 352.57º 0.85% 0.76% -
HSV(B) 352.57º 0.43% 0.96% -
XYZ 53.36 40.98 35.67 -
YUV 173.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 246 141 154 0 0.43 0.37 0.04 352.57 0.85 0.76
Hex F6 8D 9A 0 2B 25 4 161 55 4C
Octal 366 215 232 0 53 45 4 541 125 114
Binary 11110110 10001101 10011010 0 101011 100101 100 101100001 1010101 1001100

Color Harmonies of #F68D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68D9A

Black with #F68D9A

Text Example


Text Example

White with #F68D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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