Html Css Color HEX #F6868B Wewak

📋 copy color: '#F6868B'

red 246 ◦ green 134 ◦ blue 139

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

Shades of Wewak #F6868B

Tints of Wewak #F6868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.82%

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 47.4%
G = 25.82%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6868B (or 0xF6868B) is known color: Wewak. HEX triplet: F6, 86 and 8B. RGB value is (246,134,139). Sum of RGB (Red+Green+Blue) = 246+134+139=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6868B is #097974. Grayscale: #A8A8A8. Windows color (decimal): -620917 or 9144054. OLE color: 9144054.

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

Color convert

RGB 246 134 139 -
CMYK 0 0.46 0.43 0.04
HSL 357.32º 0.86% 0.75% -
HSV(B) 357.32º 0.46% 0.96% -
XYZ 51.19 38.51 29.16 -
YUV 168.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 246 134 139 0 0.46 0.43 0.04 357.32 0.86 0.75
Hex F6 86 8B 0 2E 2B 4 165 56 4B
Octal 366 206 213 0 56 53 4 545 126 113
Binary 11110110 10000110 10001011 0 101110 101011 100 101100101 1010110 1001011

Color Harmonies of #F6868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6868B

Black with #F6868B

Text Example


Text Example

White with #F6868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6868B; }

 p { color: rgb(246,134,139); }

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

background-color css

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

 a { background-color: rgb(246,134,139); }

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

border-color css

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

 span { border-color: rgb(246,134,139); }

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