Html Css Color HEX #F68595 Wewak

📋 copy color: '#F68595'

red 246 ◦ green 133 ◦ blue 149

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

Shades of Wewak #F68595

Tints of Wewak #F68595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.19%

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

R = 46.59%
G = 25.19%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F68595 (or 0xF68595) is known color: Wewak. HEX triplet: F6, 85 and 95. RGB value is (246,133,149). Sum of RGB (Red+Green+Blue) = 246+133+149=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F68595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68595 is #097A6A. Grayscale: #A8A8A8. Windows color (decimal): -621163 or 9799158. OLE color: 9799158.

HSL color Cylindrical-coordinate representation of color #F68595: hue angle of 351.5º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68595 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 133 149 -
CMYK 0 0.46 0.39 0.04
HSL 351.5º 0.86% 0.74% -
HSV(B) 351.5º 0.46% 0.96% -
XYZ 51.82 38.54 33.14 -
YUV 168.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 246 133 149 0 0.46 0.39 0.04 351.5 0.86 0.74
Hex F6 85 95 0 2E 27 4 160 56 4A
Octal 366 205 225 0 56 47 4 540 126 112
Binary 11110110 10000101 10010101 0 101110 100111 100 101100000 1010110 1001010

Color Harmonies of #F68595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68595

Black with #F68595

Text Example


Text Example

White with #F68595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68595; }

 p { color: rgb(246,133,149); }

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

background-color css

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

 a { background-color: rgb(246,133,149); }

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

border-color css

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

 span { border-color: rgb(246,133,149); }

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